From 86cb7ab7f5ff30ce60c013cd991df11c45ce8078 Mon Sep 17 00:00:00 2001 From: Alexey Shytikov Date: Sun, 5 Jul 2020 03:15:41 +0200 Subject: [PATCH] go: Fix typo (#1243) --- bucket/go.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/go.json b/bucket/go.json index db13666406..1f57c3f69b 100644 --- a/bucket/go.json +++ b/bucket/go.json @@ -47,6 +47,6 @@ "notes": [ "Your GOROOT has been set to: $dir", "You can run 'go env GOROOT' to view this at any time.", - "\"$env:USERPROFILE\\go\\bin)\" has been added to your PATH." + "\"$env:USERPROFILE\\go\\bin\" has been added to your PATH." ] }