Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
replace deprecated -m flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Sep 18, 2019
1 parent 9f516a8 commit 7fc7bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:


.PHONY: deps
deps: tools
deps: # tools # todo blocker#https://github.com/spf13/pflag/issues/218
@go mod tidy && go mod vendor && go mod verify

.PHONY: format
Expand Down
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deps:

.PHONY: egg
egg:
@go get -m -u github.com/kamilsk/egg
@go get -d -u github.com/kamilsk/egg
@go build -o $(BINPATH)/egg github.com/kamilsk/egg

.PHONY: install
Expand Down

0 comments on commit 7fc7bf5

Please sign in to comment.