]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts: Fix typo in release-notes instructions
authorDaniel Gustafsson <daniel@yesql.se>
Sat, 10 Jul 2021 20:36:26 +0000 (22:36 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Sat, 10 Jul 2021 20:36:26 +0000 (22:36 +0200)
The command to run had a typo in the pathname which prevented copy
pasting it to work, which has annoyed me enough to fix this now.

scripts/release-notes.pl

index 84833ecd751e4dbdfbcd6aa48e65cbd46179095d..a6d9eb1d9ad3fb7dc60e2080d2301d4399e910b7 100755 (executable)
@@ -37,7 +37,7 @@
 # 3. Run the cleanup script and let it sort the entries and remove unused
 # references from lines you removed in step (2):
 #
-# $ ./script/release-notes.pl cleanup
+# $ ./scripts/release-notes.pl cleanup
 #
 # 4. Reload RELEASE-NOTES and verify that things look okay. The cleanup
 # procedure can and should be re-run when lines are removed or rephrased.