Parcourir la source

Merge pull request #611 from wshearn/fix_product_type

Add missing ,
Wesley Hearn il y a 9 ans
Parent
commit
326d26b8a5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bin/cluster

+ 1 - 1
bin/cluster

@@ -260,7 +260,7 @@ if __name__ == '__main__':
                              choices=['origin', 'online', 'enterprise'],
                              help='Deployment type. (default: origin)')
     meta_parser.add_argument('-T', '--product-type',
-                             choices=['openshift' 'atomic-enterprise'],
+                             choices=['openshift', 'atomic-enterprise'],
                              help='Product type. (default: openshift)')
     meta_parser.add_argument('-o', '--option', action='append',
                              help='options')