Skip to content

Commit 9ea1b7a

Browse files
author
Sean Smith
committed
Get config section before listing instances
Signed-off-by: Sean Smith <[email protected]>
1 parent e138ef3 commit 9ea1b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/pcluster/cfnconfig.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def __init__(self, args):
212212
self.aws_secret_access_key=None
213213

214214
# Determine which cluster template will be used
215-
if __args_func in ['start', 'stop']:
215+
if __args_func in ['start', 'stop', 'instances']:
216216
# Starting and stopping a cluster is unique in that we would want to prevent the
217217
# customer from inadvertently using a different template than what
218218
# the cluster was created with, so we do not support the -t

0 commit comments

Comments
 (0)