diff options
author | Olivier Blin <dev@blino.org> | 2017-04-11 11:57:13 +0200 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2017-04-11 11:57:13 +0200 |
commit | 0936dc7382d435367bbbc317338aabf85564d3ea (patch) | |
tree | c76e9d4089eee383759682ae32ef1568948e5d9e /deployment | |
parent | b42d4fb0b028e46e99425984275da811b90a43f5 (diff) | |
download | puppet-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
Diffstat (limited to 'deployment')
-rwxr-xr-x | deployment/mgagit/templates/git-post-receive-hook | 2 |
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 |