From cf3d4eebbfc335c7214932082b8435739354df81 Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Wed, 29 Aug 2018 15:10:45 -0700 Subject: [PATCH] Correct bundle error output (#11) --- .profile.d/inject_react_app_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/inject_react_app_env.sh b/.profile.d/inject_react_app_env.sh index f372be1..df52395 100755 --- a/.profile.d/inject_react_app_env.sh +++ b/.profile.d/inject_react_app_env.sh @@ -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