From a75cf1875c2e1f200d77648e7e5084a2fdf5801f Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 13 Jan 2024 23:56:53 -0800 Subject: Fix a harmless message typo --- modules/gitmirror/templates/on-the-pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gitmirror/templates/on-the-pull b/modules/gitmirror/templates/on-the-pull index 1a82785b..0427bbff 100755 --- a/modules/gitmirror/templates/on-the-pull +++ b/modules/gitmirror/templates/on-the-pull @@ -313,7 +313,7 @@ def daemonise(options, serverprefix, basefolder): def main(): usage = "usage: %prog [options] " - description = """Listen for repository names being posted via a simle HTTP interface and clone/update them. + description = """Listen for repository names being posted via a simple HTTP interface and clone/update them. POST data simply via curl: e.g. curl --header 'Content-Type: x-git/repo' --data 'my/repo/name' http://localhost:8000 """ -- cgit v1.2.1