From b569cb13d9545379aa9e9127790f4466def5fd90 Mon Sep 17 00:00:00 2001 From: Justin McCarthy Date: Fri, 11 May 2018 00:07:04 -0700 Subject: [PATCH] fix assetfs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50477ad..f5b75e6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ assets: $(THEME_SOURCES) @go get github.com/elazarl/go-bindata-assetfs/... @go install github.com/elazarl/go-bindata-assetfs go-bindata-assetfs -o bindata.go -pkg theme -prefix themes themes/... - mv bindata_assetfs.go internal/theme/themes_bindata.go + mv bindata.go internal/theme/themes_bindata.go comply: assets $(GO_SOURCES) @# $(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))