Commit 8c9a8ac
Matthew Fisher
fix(client): make --auth optional
If --auth was not supplied previously, the code for clusters:update
would break because it was supplied a NoneType when opening the file.
Skipping the code block when --auth is not supplied fixes this issue.1 parent affe2d5 commit 8c9a8ac
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | | - | |
| 1022 | + | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
| |||
0 commit comments