We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d47130 commit 9a9d244Copy full SHA for 9a9d244
utilities/change_sponsor_logo.sh
@@ -50,7 +50,7 @@ cp "$IMAGE_FILE" "$OLD_STATIC_IMAGE"
50
cp "$SPONSOR_FILE" "$OLD_SPONSOR_FILE"
51
52
# Find all events with this sponsor in years other than this year, excluding existing renames
53
-SPONSOR_REGEX="id:[ ]+$SPONSOR_NAME[ $]*"
+SPONSOR_REGEX="id:[ ]+$SPONSOR_NAME[ ]*$"
54
pushd "$(gitroot)/data/events" > /dev/null
55
EVENTS_TO_MODIFY=($(git ls-tree -r --name-only HEAD | xargs grep -E "$SPONSOR_REGEX" | grep -v 'before' | grep -v "^$(date +%Y)" | cut -d ':' -f 1))
56
0 commit comments