lib/airake/project.rb in airake-0.1.7 vs lib/airake/project.rb in airake-0.1.8

- old
+ new

@@ -149,10 +149,10 @@ To include adl and adt (from Apollo SDK): export PATH="/Applications/ApolloSDK/bin:$PATH" EOS - puts fail_message + puts fail_message if error_status != 256 raise "[#{error_status}] Failed to run command: #{cmd}" end def run(cmd) puts "Running: #{cmd}" \ No newline at end of file