Skip to content

Commit

Permalink
Fix exit syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lance committed Jun 26, 2012
1 parent eba5937 commit adfeb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/awestruct
Expand Up @@ -8,4 +8,4 @@ require 'awestruct/cli/invoker'
invoker = Awestruct::CLI::Invoker.new( ARGV )
invoker.invoke!

invoker.success ? exit 0 : exit -1
invoker.success ? exit(0) : exit(-1)

0 comments on commit adfeb4a

Please sign in to comment.