Skip to content

Commit

Permalink
typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Feb 2, 2024
1 parent 36bbe05 commit e9b373d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-backup-s3/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else
fi

if [ "${SENTRY_CRON_ENDPOINT}" != "**None**" ]; then
curl "${ENTRY_CRON_ENDPOINT}?status=in_progress"
curl "${SENTRY_CRON_ENDPOINT}?status=in_progress"
fi

if [ "${POSTGRES_BACKUP_ALL}" == "true" ]; then
Expand Down

0 comments on commit e9b373d

Please sign in to comment.