Skip to content

Commit 0eebfbd

Browse files
committed
Fix copy&paste comment in Makefile for real this time
1 parent ccf5813 commit 0eebfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ new-papers:
138138
rm -f meta-data/index.json meta-data/paper_titles.txt
139139
$(MAKE) meta-data/paper_titles.txt
140140

141-
# If curl is not installed then create an empty meta-data/paper_titles.txt
141+
# If curl is not installed then create an empty meta-data/index.json
142142
meta-data/index.json:
143143
$(call optcmd,curl) https://wg21.link/index.json > $@
144144

0 commit comments

Comments
 (0)