From 11755954fedcf488bbf92284338a56c4f28a48d1 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 23 Apr 2026 01:10:31 -0400 Subject: [PATCH] chore: run shfmt --- bin/ci-pre-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci-pre-deploy b/bin/ci-pre-deploy index 9a00a66..c6eff4a 100644 --- a/bin/ci-pre-deploy +++ b/bin/ci-pre-deploy @@ -20,7 +20,7 @@ if [ "$IS_REVIEW_APP" = "true" ]; then git commit -qm "feat: specify custom mime.types" echo "-----> Setting the buildpack to the current ref $GITHUB_HEAD_REF" - echo "https://github.com/${GITHUB_REPOSITORY}.git#$GITHUB_HEAD_REF" > .buildpacks + echo "https://github.com/${GITHUB_REPOSITORY}.git#$GITHUB_HEAD_REF" >.buildpacks git add .buildpacks git commit -qm "feat: specify $GITHUB_SHA as buildpack"