Skip to content

Commit

Permalink
fix multi buildpack export typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterloftis committed Oct 12, 2016
1 parent 3eb37c4 commit a40755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ write_profile() {
write_export() {
local bp_dir="$1"
local build_dir="$2"
echo "export PATH=\"$build_dir/.heroku/node/bin:\"$build_dir/.heroku/yarn/bin:\$PATH:$build_dir/node_modules/.bin\"" > $bp_dir/export
echo "export PATH=\"$build_dir/.heroku/node/bin:$build_dir/.heroku/yarn/bin:\$PATH:$build_dir/node_modules/.bin\"" > $bp_dir/export
echo "export NODE_HOME=\"$build_dir/.heroku/node\"" >> $bp_dir/export
}

0 comments on commit a40755c

Please sign in to comment.