diff options
Diffstat (limited to 'forged/internal/embed/embed.go')
-rw-r--r-- | forged/internal/embed/embed.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forged/internal/embed/embed.go b/forged/internal/embed/embed.go index 1f0dcdf..f731538 100644 --- a/forged/internal/embed/embed.go +++ b/forged/internal/embed/embed.go @@ -6,10 +6,10 @@ package embed import "embed" -// Source contains the licenses and source tarballs collected at build time. +// Source contains the licenses collected at build time. // It is intended to be served to the user. // -//go:embed LICENSE* source.tar.gz +//go:embed LICENSE* var Source embed.FS // Resources contains the templates and static files used by the web interface, |