We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7fbb2 commit 13c33b8Copy full SHA for 13c33b8
pre-receive-hooks/commit-current-user-check.sh
@@ -25,7 +25,7 @@ GITHUB_USER_EMAIL=`curl -s -k -u ${TOKEN} ${GHE_URL}/api/v3/users/${GITHUB_USER_
25
if echo "${GITHUB_USER_EMAIL}" | grep "null,"
26
then
27
echo -e "ERROR: User does not have public email address set in GitHub Enterprise."
28
- echo "Please set public email address at {GHE_URL}/settings/profile."
+ echo "Please set public email address at ${GHE_URL}/settings/profile."
29
exit 1
30
fi
31
0 commit comments