From a5c3ff89f21ad3cac8f771eda7cfa6b51b9a98a0 Mon Sep 17 00:00:00 2001 From: Carolyn Van Slyck Date: Fri, 25 Mar 2022 09:38:01 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b79cbd..922f5fa 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ func StartRegistry() error { return shx.RunE("docker", "run", "-d", "-p", "5000:5000", "--name", "registry", "registry:2") } -// Use go go to download a tool, build and install it manually so +// Use go to download a tool, build and install it manually so // that it has version information embedded in the final binary. func CustomInstallTool() error { err := shx.RunE("go", "get", "-u", "github.com/magefile/mage")