aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index 23ee558..90dfaee 100644
--- a/main.go
+++ b/main.go
@@ -21,6 +21,11 @@ func main() {
clog.Fatal(1, "Loading configuration: "+err.Error())
}
+ err = deploy_hooks_to_filesystem()
+ if err != nil {
+ clog.Fatal(1, "Deploying hooks to filesystem: "+err.Error())
+ }
+
err = load_templates()
if err != nil {
clog.Fatal(1, "Loading templates: "+err.Error())