Skip to content

Commit

Permalink
fix(CLI): Fix a typo (#1015)
Browse files Browse the repository at this point in the history
Signed-off-by: XRW <elizax@163.com>

Signed-off-by: XRW <elizax@163.com>
  • Loading branch information
Xuruowei authored Oct 13, 2022
1 parent 931e1a0 commit 88dc908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func sshKey(clicontext *cli.Context) error {
return nil

default:
return errors.Errorf("Invliad ssh-keypair flag")
return errors.Errorf("Invalid ssh-keypair flag")
}
}

Expand Down

0 comments on commit 88dc908

Please sign in to comment.