Skip to content

Commit

Permalink
fix: build includes packgr-managed data
Browse files Browse the repository at this point in the history
  • Loading branch information
copernico committed Nov 3, 2020
1 parent 3a490a6 commit b763b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaybee/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all: lint vet test build #ui
build: pkged.go fmt
$(GOBUILD) $(LDFLAGS) -o $(BINARY_NAME) -v

pkged.go:
pkged.go: internal/tasks/data/default_config.yaml
pkger -o kaybee

# ui:
Expand Down

0 comments on commit b763b4f

Please sign in to comment.