diff options
Diffstat (limited to 'modules/templates')
-rw-r--r-- | modules/templates/templates_bindata.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/templates/templates_bindata.go b/modules/templates/templates_bindata.go index 95f71d0042..5b59e4447e 100644 --- a/modules/templates/templates_bindata.go +++ b/modules/templates/templates_bindata.go @@ -7,4 +7,4 @@ package templates -//go:generate go run -mod=vendor ../../build/generate-bindata.go ../../templates templates bindata.go true +//go:generate go run ../../build/generate-bindata.go ../../templates templates bindata.go true |