Skip to content

Commit e93d394

Browse files
committed
Replace invaliud bindata variable names within make task
1 parent 6dd2c3b commit e93d394

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ bindata: modules/bindata/bindata.go
131131
modules/bindata/bindata.go: $(BINDATA)
132132
go-bindata -o=$@ -ignore="\\.go|README.md|TRANSLATORS" -pkg=bindata conf/...
133133
go fmt $@
134+
sed -i.bak 's/confLocaleLocale_/confLocaleLocale/' $@
135+
rm $@.bak
134136

135137
.PHONY: javascripts
136138
javascripts: public/js/index.js

0 commit comments

Comments
 (0)