mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
rename python hook
This commit is contained in:
@@ -147,7 +147,7 @@ public class HgHookScriptFilter extends HttpFilter
|
||||
|
||||
IOUtil.mkdirs(cgiDirectory);
|
||||
|
||||
File hgHookScript = new File(cgiDirectory, "hg-hook.py");
|
||||
File hgHookScript = new File(cgiDirectory, "scmhooks.py");
|
||||
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user