aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2017-04-11 11:57:13 +0200
committerOlivier Blin <dev@blino.org>2017-04-11 11:57:13 +0200
commit0936dc7382d435367bbbc317338aabf85564d3ea (patch)
treec76e9d4089eee383759682ae32ef1568948e5d9e
parentb42d4fb0b028e46e99425984275da811b90a43f5 (diff)
downloadpuppet-0936dc7382d435367bbbc317338aabf85564d3ea.tar
puppet-0936dc7382d435367bbbc317338aabf85564d3ea.tar.gz
puppet-0936dc7382d435367bbbc317338aabf85564d3ea.tar.bz2
puppet-0936dc7382d435367bbbc317338aabf85564d3ea.tar.xz
puppet-0936dc7382d435367bbbc317338aabf85564d3ea.zip
mgagit: fix typo in git-post-receive-hook
-rwxr-xr-xdeployment/mgagit/templates/git-post-receive-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/git-post-receive-hook b/deployment/mgagit/templates/git-post-receive-hook
index 6d40af20..06ffbb9e 100755
--- a/deployment/mgagit/templates/git-post-receive-hook
+++ b/deployment/mgagit/templates/git-post-receive-hook
@@ -78,7 +78,7 @@ class MageiaEnvironment(git_multimail.Environment):
git_multimail.Environment = MageiaEnvironment
-# Override the Reviesion class to inject gitweb/cgit links and any referenced
+# Override the Revision class to inject gitweb/cgit links and any referenced
# bug URLs
class MageiaLinksRevision(git_multimail.Revision):
bz = None