mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix the json output
This commit is contained in:
parent
bc554bd312
commit
7c65e8924f
1 changed files with 1 additions and 1 deletions
2
bin/fog
2
bin/fog
|
@ -17,7 +17,7 @@ require File.join(lib_dir, 'fog', 'slicehost', 'bin')
|
|||
require File.join(lib_dir, 'fog', 'terremark', 'bin')
|
||||
|
||||
if ARGV.length > 1
|
||||
p instance_eval(ARGV[1..-1].join(' ')).to_json
|
||||
print(instance_eval(ARGV[1..-1].join(' ')).to_json)
|
||||
else
|
||||
|
||||
ARGV.clear # Avoid passing args to IRB
|
||||
|
|
Loading…
Reference in a new issue