Skip to content

Commit

Permalink
service_hooks_path != _service_hooks_path
Browse files Browse the repository at this point in the history
Typos will be the end of me, and civilization as we know it.
  • Loading branch information
ess committed Jan 8, 2020
1 parent cc7efa6 commit 1c1a6d8
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 1c1a6d8

Please sign in to comment.