Skip to content

Commit

Permalink
fix(cli): Fullname,Key in actionDisplay struct (#5032)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaultier HUBERT <gaultier.hubert@corp.ovh.com>
  • Loading branch information
codebfu committed Mar 2, 2020
1 parent d82d5e3 commit 7555bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cdsctl/action.go
Expand Up @@ -64,7 +64,7 @@ func newActionDisplay(a sdk.Action) actionDisplay {

type actionDisplay struct {
Created string `cli:"Created"`
Fullname string `cli:"Fullname,Key"`
Fullname string `cli:"Fullname,key"`
Type string `cli:"Type"`
}

Expand Down

0 comments on commit 7555bf9

Please sign in to comment.