Skip to content

Commit 5f9e2c9

Browse files
authored
Update backfill_days.sh
1 parent ba0bfd0 commit 5f9e2c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/backfill_days.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Backfill boilerplate files for like README.md, instructions.url etc. for a given year and day.
2+
# Backfill boilerplate files like README.md, instructions.url etc. for a given year and day.
33
# NOTE Run this when changing the template in aoc_create_readme()
44
# NOTE Make sure this script does not call aoc_fetch_input(), as it should not spam curl(1) to AoC server.
55

@@ -66,4 +66,4 @@ if [ "$#" -eq 1 ]; then
6666
backfill_day "$year" "$day"
6767
else
6868
backfill_days_all
69-
fi
69+
fi

0 commit comments

Comments
 (0)