Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs authored Mar 25, 2022
1 parent 0e68190 commit a5c3ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a5c3ff8

Please sign in to comment.