lib/boot.rb in forj-0.0.10 vs lib/boot.rb in forj-0.0.11

- old
+ new

@@ -63,13 +63,12 @@ current_dir = Dir.pwd home = File.expand_path('~') build_path = home + '/.hpcloud/maestro/build' Dir.chdir(build_path) - command = './bin/build.sh ' - options = '--box-name ' + name + command = './bin/build.sh --box-name maestro --build-config box' - Kernel.system(command + ' ' + options) + Kernel.system(command) Dir.chdir(current_dir) if test puts 'test flag is on, deleting objects' Network.delete_router_interface(subnet.id, router) \ No newline at end of file