Skip to content

Commit

Permalink
Remove deprecated -i flag. (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsStrobe authored Dec 8, 2021
1 parent 6aa2b5c commit 05472fe
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 @@ -59,7 +59,7 @@ deps:

# dev installs the tool locally
dev:
@go install -i ./...
@go install ./...
.PHONY: dev

# test runs the tests
Expand Down

0 comments on commit 05472fe

Please sign in to comment.