Skip to content

Commit 9b1264b

Browse files
committed
update
1 parent 64bba1a commit 9b1264b

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
@@ -15,7 +15,7 @@ help: Makefile
1515
.PHONY: install_revive
1616
install_revive:
1717
@echo ">> ============= Install Revive ============= <<"
18-
$(go) install github.com/mgechev/revive@latest
18+
$(GO) install github.com/mgechev/revive@latest
1919

2020

2121
## style: Check code style.

0 commit comments

Comments
 (0)