mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Error in number of containers corrected
This commit is contained in:
@@ -23,7 +23,7 @@ def autogen_rules_file(options, args):
|
||||
|
||||
# Prepare default if number of containers not supplied
|
||||
if not options.ncont:
|
||||
options.ncont = 1
|
||||
options.ncont = 4
|
||||
print "Max container count not supplied (-n), using %d as default." % options.ncont
|
||||
|
||||
return generate_container_cml(options.arch, options.ncont)
|
||||
|
||||
Reference in New Issue
Block a user