Change print to output partition reference

parent 5f39350b
......@@ -193,7 +193,7 @@ slapos-request allows you to request slapos instances.""" % sys.argv[0]
config.setConfig(options, options.configuration_file)
local = init(config)
# Request instance
print("Requesting %s..." % config.software_url)
print("Requesting %s..." % config.reference)
if config.software_url in local:
config.software_url = local[config.software_url]
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment