mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
hooks: Fix typo in sentry error message.
This commit is contained in:
committed by
Tim Abbott
parent
19691b170b
commit
08251ac53b
@@ -21,7 +21,7 @@ if ! SENTRY_ORG=$(crudini --get /etc/zulip/zulip.conf sentry organization); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! SENTRY_PROJECT=$(crudini --get /etc/zulip/zulip.conf sentry project); then
|
if ! SENTRY_PROJECT=$(crudini --get /etc/zulip/zulip.conf sentry project); then
|
||||||
echo "sentry: No project set! Set setry.project in /etc/zulip/zulip.conf"
|
echo "sentry: No project set! Set sentry.project in /etc/zulip/zulip.conf"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ if ! SENTRY_ORG=$(crudini --get /etc/zulip/zulip.conf sentry organization); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! SENTRY_PROJECT=$(crudini --get /etc/zulip/zulip.conf sentry project); then
|
if ! SENTRY_PROJECT=$(crudini --get /etc/zulip/zulip.conf sentry project); then
|
||||||
echo "sentry: No project set! Set setry.project in /etc/zulip/zulip.conf"
|
echo "sentry: No project set! Set sentry.project in /etc/zulip/zulip.conf"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user