Skip to content

Commit 7309b74

Browse files
Update scripts.
1 parent 8f90171 commit 7309b74

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ def destroy_cluster(self):
289289

290290
if args.init:
291291
cluster.init_cluster(args.nodes)
292-
elif args.destroy:
292+
elif args.destroy:
293293
cluster.destroy_cluster()
294-
elif args.status:
294+
elif args.status:
295295
cluster.show_status()
296296
else:
297297
parser.print_help()

0 commit comments

Comments
 (0)