Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Jan 15, 2024
1 parent 589d7e9 commit 6f92d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm2/pkg/crypto/keys/client/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (c *ImportCfg) RegisterFlags(fs *flag.FlagSet) {

func execImport(cfg *ImportCfg, io commands.IO) error {
// check keyname
if cfg.keyName == "" {
if cfg.KeyName == "" {
return errors.New("name shouldn't be empty")
}

Expand Down

0 comments on commit 6f92d37

Please sign in to comment.