Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update-authors.sh')
-rwxr-xr-xbin/update-authors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-authors.sh b/bin/update-authors.sh
index 2b7fd79..3d3410e 100755
--- a/bin/update-authors.sh
+++ b/bin/update-authors.sh
@@ -17,6 +17,6 @@ END {
print "# Authors\n\n";
print "#### Ordered by first contribution.\n\n";
print @authors, "\n";
- print "#### Generated by tools/authors.sh.\n\n";
+ print "#### Generated by bin/update-authors.sh.\n\n";
}
' > AUTHORS.md