Skip to content

Commit

Permalink
Merge 1b3b2ae into 89d81e8
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgreenleaf committed Dec 13, 2018
2 parents 89d81e8 + 1b3b2ae commit afb9d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -109,7 +109,7 @@ generate:
@./node_modules/.bin/uber-licence --file "production.gen.go" --dir "config" > /dev/null
@go-bindata -pkg templates -nocompress -modtime 1 -prefix codegen/templates -o codegen/template_bundle/template_files.go codegen/templates/...
@gofmt -w -e -s "codegen/template_bundle/template_files.go"
@PATH=$(PATH):$(GOIMPORTS) bash ./scripts/generate.sh
@PATH=$(GOIMPORTS):$(PATH) bash ./scripts/generate.sh

.PHONY: check-generate
check-generate:
Expand Down

0 comments on commit afb9d65

Please sign in to comment.