Skip to content

Commit

Permalink
Add missing "Type" value in 'board list' table in case of unknown boa…
Browse files Browse the repository at this point in the history
…rd (#1673)
  • Loading branch information
cmaglie authored Feb 23, 2022
1 parent 26e1dc2 commit a025bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/board/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (dr result) String() string {
board := tr("Unknown")
fqbn := ""
coreName := ""
t.AddRow(address, protocol, board, fqbn, coreName)
t.AddRow(address, protocol, protocolLabel, board, fqbn, coreName)
}
}
return t.Render()
Expand Down

0 comments on commit a025bca

Please sign in to comment.