mirror of https://github.com/zulip/zulip.git
hooks: Fix typo in sentry error message.
This commit is contained in:
parent
19691b170b
commit
08251ac53b
|
@ -21,7 +21,7 @@ if ! SENTRY_ORG=$(crudini --get /etc/zulip/zulip.conf sentry organization); then
|
|||
fi
|
||||
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ if ! SENTRY_ORG=$(crudini --get /etc/zulip/zulip.conf sentry organization); then
|
|||
fi
|
||||
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue