From 08251ac53b6bef38eaee16a91bc416663ae5d23c Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Mon, 13 Feb 2023 19:48:19 +0000 Subject: [PATCH] hooks: Fix typo in sentry error message. --- puppet/zulip/files/hooks/post-deploy.d/sentry.hook | 2 +- puppet/zulip/files/hooks/pre-deploy.d/sentry.hook | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/puppet/zulip/files/hooks/post-deploy.d/sentry.hook b/puppet/zulip/files/hooks/post-deploy.d/sentry.hook index cb9869b9ba..b5588bf889 100755 --- a/puppet/zulip/files/hooks/post-deploy.d/sentry.hook +++ b/puppet/zulip/files/hooks/post-deploy.d/sentry.hook @@ -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 diff --git a/puppet/zulip/files/hooks/pre-deploy.d/sentry.hook b/puppet/zulip/files/hooks/pre-deploy.d/sentry.hook index 9d7678d9a1..b8d2d1985b 100755 --- a/puppet/zulip/files/hooks/pre-deploy.d/sentry.hook +++ b/puppet/zulip/files/hooks/pre-deploy.d/sentry.hook @@ -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