Skip to content

Commit 693dea3

Browse files
committed
Fix .url file format
1 parent 8a591f3 commit 693dea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/aoc_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ aoc_create_instructions_url() {
136136
# NOTE remember to run backfill_days.sh after changing the template below.
137137
read -rd '' content <<-URL_FILE || :
138138
[InternetShortcut]
139-
URL = ${url}
139+
URL=${url}
140140
URL_FILE
141141

142142
echo "$content" > instructions.url

0 commit comments

Comments
 (0)