Skip to content

Commit

Permalink
Removed an errant "
Browse files Browse the repository at this point in the history
So it turns out that having a random double quote in a shell
script breaks said shell script. Who knew?
  • Loading branch information
ess committed Jan 3, 2020
1 parent a2c064d commit cc7efa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/engineyard-serverside-execute-service-hook
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _app_path=$(dirname $(dirname ${EY_DEPLOY_RELEASE_PATH}))
_service_hooks_path="${_app_path}/shared/hooks"

# Run the hook.
_hook_path="${service_hooks_path}/${HOOK}""
_hook_path="${service_hooks_path}/${HOOK}"
if [ ! \( -f ${_hook_path} -a -x ${_hook_path} \) ]; then
abort "${_hook_path} must exist and be executable"
fi
Expand Down

0 comments on commit cc7efa6

Please sign in to comment.