Rakefile in itamae-1.0.0.beta1 vs Rakefile in itamae-1.0.0.beta2

- old
+ new

@@ -38,9 +38,10 @@ cmd = "bundle exec bin/itamae ssh" cmd << " -h #{options[:host_name]}" cmd << " -u #{options[:user]}" cmd << " -p #{options[:port]}" cmd << " -i #{options[:keys].first}" + cmd << " -l #{ENV['LOG_LEVEL'] || 'debug'}" cmd << " -j spec/integration/recipes/node.json" cmd << " spec/integration/recipes/default.rb" system cmd abort unless $?.exitstatus == 0