Skip to content

Commit

Permalink
Add missing -f
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 12, 2019
1 parent 297567d commit 6fdcc6e
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 @@ -7,7 +7,7 @@ all: .goreleaser.yaml
coverage.out:
go test -cover -covermode=count -coverprofile=cmd-coverage.out -coverpkg=github.com/twpayne/chezmoi/cmd,github.com/twpayne/chezmoi/lib/chezmoi ./cmd
go test -cover -covermode=count -coverprofile=lib-chezmoi-coverage.out ./lib/chezmoi
gocovmerge cmd-coverage.out lib-chezmoi-coverage.out > $@ || ( rm $@ ; false )
gocovmerge cmd-coverage.out lib-chezmoi-coverage.out > $@ || ( rm -f $@ ; false )

.PHONY: format
format:
Expand Down

0 comments on commit 6fdcc6e

Please sign in to comment.