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

Commit 67a3070

Browse files
authored
Merge pull request #1 from ibehren1/ibehren1-patch-1
Fix syntax of rm command that fails build.
2 parents 1480b56 + 962eca7 commit 67a3070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golang.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lint:
4242
$(foreach pkg,$(GOPKGS),golint $(pkg);)
4343

4444
go_generate:
45-
rm mocks -rvf
45+
rm -rvf mocks
4646
go generate ./...
4747

4848
test_packages: vendor

0 commit comments

Comments
 (0)