aboutsummaryrefslogtreecommitdiff
path: root/resources.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources.go')
-rw-r--r--resources.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources.go b/resources.go
index 63a93af..41d15d7 100644
--- a/resources.go
+++ b/resources.go
@@ -21,7 +21,7 @@ import (
//go:embed *.scfg
//go:embed Makefile
//go:embed static/* templates/* scripts/* sql/*
-//go:embed git_hooks_client/*.c
+//go:embed hookc/*.c
//go:embed vendor/*
var source_fs embed.FS
@@ -30,7 +30,7 @@ var source_handler = http.StripPrefix(
http.FileServer(http.FS(source_fs)),
)
-//go:embed templates/* static/* git_hooks_client/git_hooks_client
+//go:embed templates/* static/* hookc/hookc
var resources_fs embed.FS
var templates *template.Template