Ver código fonte

Small typo

tags/v2.0.0
9seconds 5 anos atrás
pai
commit
86c6541e0d
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Ver arquivo

@@ -103,5 +103,5 @@ install-tools-gofumpt:
103 103
 		$(GOTOOL) go get -u mvdan.cc/gofumpt
104 104
 
105 105
 .PHONY: update-deps
106
-upgrade-deps:
107
-	$go get -u && go mod tidy
106
+update-deps:
107
+	@go get -u && go mod tidy

Carregando…
Cancelar
Salvar