From 5293f1ee6dfde551f12ccb8731b6e0f9d4357176 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Thu, 23 Jan 2025 08:25:54 +0000 Subject: [PATCH] Fix $GOPATH/bin in $PATH --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 50edc15..cce3393 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -280,7 +280,7 @@ fi # Set up Go. if command -v go >/dev/null then - _acp_add_path "$(go env GOPATH)" + _acp_add_path "$(go env GOPATH)/bin" fi # Basic and extra prun (podman run) aliases.