Commit 7a88613
committed
fix(client): adjust indentation in keys_add function
While running deis keys:add , if there are no keys the client is printing No SSH public keys found and throwing an error .
Adjusted the indendation , So if client dont find the public keys prints No SSH public keys and prints usage deis keys:add [<key>]1 parent 66c0da8 commit 7a88613
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1225 | 1225 | | |
1226 | 1226 | | |
1227 | 1227 | | |
1228 | | - | |
1229 | | - | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
1230 | 1231 | | |
1231 | 1232 | | |
1232 | 1233 | | |
| |||
0 commit comments