Skip to content

Commit

Permalink
Fix completion of server name on hcloud server ssh (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling authored Apr 9, 2020
1 parent cc8786c commit 3bc0379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ const (
hcloud_server_enable-rescue | hcloud_server_detach-iso | \
hcloud_server_update | hcloud_server_enable-backup | \
hcloud_server_disable-backup | hcloud_server_rebuild | \
hcloud_server_add-label | hcloud_server_remove-label )
hcloud_server_add-label | hcloud_server_remove-label | \
hcloud_server_ssh )
__hcloud_server_names
return
;;
Expand Down

0 comments on commit 3bc0379

Please sign in to comment.