Skip to content

Commit

Permalink
Fixed typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Apr 25, 2019
1 parent 9139570 commit e31b5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ submodule:
noembed: submodule build

generate:
$(shell go env GOPATH)/bin/go-bindata --tags embed --pkg api -o api/bindata.go --ignore \\.git assets/... config/...
$(shell go env GOPATH)/bin/go-bindata --tags embed --pkg api -o api/bindata.go --ignore .git assets/... config/...

go-bindata:
[ -f $(shell go env GOPATH)/bin/go-bindata ] || go get -u github.com/kevinburke/go-bindata/go-bindata
Expand Down

0 comments on commit e31b5f0

Please sign in to comment.