Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #460 from ibehren1/master
Browse files Browse the repository at this point in the history
Fix syntax of rm command that fails build.
  • Loading branch information
svenwltr authored Jan 30, 2020
2 parents 1480b56 + 67a3070 commit 37f9d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lint:
$(foreach pkg,$(GOPKGS),golint $(pkg);)

go_generate:
rm mocks -rvf
rm -rvf mocks
go generate ./...

test_packages: vendor
Expand Down

0 comments on commit 37f9d73

Please sign in to comment.