Skip to content

Commit

Permalink
fixed build pack
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed May 25, 2015
1 parent f415fd5 commit 043dbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ write_profile() {

write_export() {
info "Exporting binary paths"
echo "export PATH=\"$build_dir/.heroku/node/bin:$build_dir/node_modules/.bin:\$build_dir/.gem/ruby/2.2.0/bin:\$PATH\"" > $bp_dir/export
echo "export PATH=\"$build_dir/.heroku/node/bin:$build_dir/node_modules/.bin:$build_dir/.gem/ruby/2.2.0/bin:\$PATH\"" > $bp_dir/export
echo "export NODE_HOME=\"$build_dir/.heroku/node\"" >> $bp_dir/export
echo "export GEM_HOME=\"$build_dir/.gem/ruby/2.2.0\"" >> $bp_dir/export
. $bp_dir/export
Expand Down

0 comments on commit 043dbf2

Please sign in to comment.