Skip to content

Commit d5e4c33

Browse files
authored
Merge pull request #4205 from santidhammo/4204-fix-vendor
Fixed spelling mistake in the Makefile at .PHONY vendor
2 parents 6752924 + 82499d4 commit d5e4c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ shfmt:
221221
localshfmt:
222222
shfmt -d -w .
223223

224-
.PHONY: venodr
224+
.PHONY: vendor
225225
vendor:
226226
$(GO) mod tidy
227227
$(GO) mod vendor

0 commit comments

Comments
 (0)