From e0c316a7ebe92f28a483df5cc95e1f278b4b4ac9 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Sat, 14 Oct 2023 20:27:16 +0100 Subject: [PATCH] Remove copy paste remnant --- .github/workflows/default-blocklist-updater.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/default-blocklist-updater.sh b/.github/workflows/default-blocklist-updater.sh index e0bffd1..282b081 100755 --- a/.github/workflows/default-blocklist-updater.sh +++ b/.github/workflows/default-blocklist-updater.sh @@ -17,7 +17,6 @@ if [[ -z $(git status -s) ]]; then exit fi -DATE=$(date -r tmp/cacerts.pem '+%Y/%m/%d') # linux-specific BLOCKLIST_REF=$(pushd deps/sqids_blocklist && git rev-parse --short HEAD) NEW_BRANCH=automation/default-blocklist-update/$BLOCKLIST_REF if git branch -a | grep "${NEW_BRANCH}" >/dev/null; then