Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 14, 2017
1 parent 7b70bf4 commit f98174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if [ -x \$XDG_DATA_HOME/heroku/jscli/heroku ]; then
\$XDG_DATA_HOME/heroku/jscli/heroku \$*
else
DIR=\$(get_script_dir)
\$DIR/node/bin/node --harmony-async-await --use_strict \$DIR/cli.js $*
\$DIR/node/bin/node --harmony-async-await --use_strict \$DIR/cli.js \$*
fi
EOF
chmod +x heroku
Expand Down

0 comments on commit f98174a

Please sign in to comment.