diff --git a/postgres-backup-s3/backup.sh b/postgres-backup-s3/backup.sh index 904b423..32d5456 100644 --- a/postgres-backup-s3/backup.sh +++ b/postgres-backup-s3/backup.sh @@ -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