diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2021-07-10 22:36:26 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2021-07-10 22:36:26 +0200 |
commit | 02dfce18375ce3461d4126aa594a3e351622c8ff (patch) | |
tree | 14b830be5a7d186dfb4f7a0cf5d2c584e030bf8e /scripts | |
parent | 2053c00dd5734b72ab20b32a537e29c8b5c7e95e (diff) | |
download | curl-02dfce18375ce3461d4126aa594a3e351622c8ff.tar.gz |
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.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release-notes.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl index 84833ecd7..a6d9eb1d9 100755 --- a/scripts/release-notes.pl +++ b/scripts/release-notes.pl @@ -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. |