diff options
author | Dan Fandrich <danf@mageia.org> | 2024-01-13 23:56:53 -0800 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-01-15 14:30:43 -0800 |
commit | a75cf1875c2e1f200d77648e7e5084a2fdf5801f (patch) | |
tree | 0a8cc8fed8977820b883d90c2c9c32f9c41ed523 /modules/gitmirror | |
parent | 0ea383bf20cf11bbbde2b1e868278d270b314ebc (diff) | |
download | puppet-a75cf1875c2e1f200d77648e7e5084a2fdf5801f.tar puppet-a75cf1875c2e1f200d77648e7e5084a2fdf5801f.tar.gz puppet-a75cf1875c2e1f200d77648e7e5084a2fdf5801f.tar.bz2 puppet-a75cf1875c2e1f200d77648e7e5084a2fdf5801f.tar.xz puppet-a75cf1875c2e1f200d77648e7e5084a2fdf5801f.zip |
Fix a harmless message typo
Diffstat (limited to 'modules/gitmirror')
-rwxr-xr-x | modules/gitmirror/templates/on-the-pull | 2 |
1 files changed, 1 insertions, 1 deletions
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] <serverprefix> <basefolder>" - 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 """ |