aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd/hook.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmd/hook.go')
-rw-r--r--internal/cmd/hook.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/cmd/hook.go b/internal/cmd/hook.go
index a6c79c3b..1e4c8899 100644
--- a/internal/cmd/hook.go
+++ b/internal/cmd/hook.go
@@ -11,7 +11,6 @@ import (
"fmt"
"os"
"os/exec"
- "path"
"path/filepath"
"strings"
@@ -201,8 +200,6 @@ func runHookPostReceive(c *cli.Context) error {
// so we need to setup additional services for email notifications.
setting.NewPostReceiveHookServices()
mailer.NewContext()
- mailer.InitMailRender(path.Join(setting.StaticRootPath, "templates/mail"),
- path.Join(setting.CustomPath, "templates/mail"), template.NewFuncMap())
isWiki := strings.Contains(os.Getenv(db.ENV_REPO_CUSTOM_HOOKS_PATH), ".wiki.git/")