Small typo

This commit is contained in:
9seconds
2021-05-05 11:47:12 +03:00
parent cc1f60c4a6
commit 86c6541e0d
+2 -2
View File
@@ -103,5 +103,5 @@ install-tools-gofumpt:
$(GOTOOL) go get -u mvdan.cc/gofumpt
.PHONY: update-deps
upgrade-deps:
$go get -u && go mod tidy
update-deps:
@go get -u && go mod tidy