Explorar el Código

Small typo

tags/v2.0.0
9seconds hace 5 años
padre
commit
86c6541e0d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Ver fichero

@@ -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

Loading…
Cancelar
Guardar