Skip to content

Commit d0ea4b2

Browse files
committed
Fix typo maintain_queue_size->maintain_initial_size
Signed-off-by: Francesco De Martino <[email protected]>
1 parent 6bc24c2 commit d0ea4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/pcluster/cfnconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def __validate_awsbatch_os(self, baseos):
514514

515515
def __run_batch_validation(self, config):
516516
self.__check_option_absent_awsbatch(config, 'initial_queue_size')
517-
self.__check_option_absent_awsbatch(config, 'maintain_queue_size')
517+
self.__check_option_absent_awsbatch(config, 'maintain_initial_size')
518518
self.__check_option_absent_awsbatch(config, 'max_queue_size')
519519
self.__check_option_absent_awsbatch(config, 'spot_price')
520520

0 commit comments

Comments
 (0)