Skip to content

Commit

Permalink
Merge branch 'master' of github.com:exoscale/cli into salehelkaza/sc-…
Browse files Browse the repository at this point in the history
…109031/error-on-removing-instance-protection-due
  • Loading branch information
pierre-emmanuelJ committed Nov 5, 2024
2 parents ba89ac0 + e04ba15 commit 4232a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ssh_key_register.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (c *computeSSHKeyRegisterCmd) cmdRun(cmd *cobra.Command, _ []string) error
if !globalstate.Quiet {
return (&computeSSHKeyShowCmd{
cliCommandSettings: c.cliCommandSettings,
Key: c.Name,
Key: c.Name,
}).cmdRun(nil, nil)
}

Expand Down

0 comments on commit 4232a17

Please sign in to comment.