diff options
Diffstat (limited to 'deployment/mgagit/templates/git-post-receive-hook')
-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 |