Skip to content

Commit

Permalink
Correct bundle error output (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars authored Aug 29, 2018
1 parent c598192 commit cf3d4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .profile.d/inject_react_app_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ then
-r /app/.heroku/create-react-app/injectable_env.rb \
-e "InjectableEnv.replace('$js_bundle_filename')"
else
echo "Error injecting runtime env: bundle not found '$js_bundle_filename'. See: https://github.com/mars/create-react-app-buildpack/blob/master/README.md#user-content-custom-bundle-location"
echo "Error injecting runtime env: bundle not found '$js_bundle'. See: https://github.com/mars/create-react-app-buildpack/blob/master/README.md#user-content-custom-bundle-location"
fi

0 comments on commit cf3d4ee

Please sign in to comment.