hooks: Fix typo in sentry error message.

This commit is contained in:
Alex Vandiver 2023-02-13 19:48:19 +00:00 committed by Tim Abbott
parent 19691b170b
commit 08251ac53b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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