mirror of
https://github.com/curl/curl.git
synced 2026-05-13 22:36:20 +03:00
scripts: Fix typo in release-notes instructions
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.
This commit is contained in:
parent
2053c00dd5
commit
02dfce1837
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue