Skip to content

Commit 16b5243

Browse files
fix hc url
1 parent 941e883 commit 16b5243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ gzip /backups/backup.sql
99
echo "Copy to S3..."
1010
mc cp /backups/backup.sql.gz s3/${S3_BUCKET}/db-${PSQL_NAME}-$(date "+%Y-%m-%dT%H-%M-%S").sql.gz
1111
echo "Notify HC..."
12-
curl ${HC_UR}
12+
curl ${HC_URL}
1313
echo "done."

0 commit comments

Comments
 (0)