Skip to content

Commit

Permalink
Fix small typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Dec 18, 2020
1 parent 48f6ff2 commit 2b77eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ install-tools-godoc:
@mkdir -p "$(GOBIN)" || true && \
$(GOTOOL) go get -u golang.org/x/tools/cmd/godoc

.PHONY: update-deps
.PHONY: upgrade-deps
upgrade-deps:
$go get -u && go mod tidy
@go get -u && go mod tidy

0 comments on commit 2b77eb0

Please sign in to comment.