Fix $GOPATH/bin in $PATH

This commit is contained in:
Anthony Rose 2025-01-23 08:25:54 +00:00
parent 5a22fba02a
commit 5293f1ee6d

View file

@ -280,7 +280,7 @@ fi
# Set up Go. # Set up Go.
if command -v go >/dev/null if command -v go >/dev/null
then then
_acp_add_path "$(go env GOPATH)" _acp_add_path "$(go env GOPATH)/bin"
fi fi
# Basic and extra prun (podman run) aliases. # Basic and extra prun (podman run) aliases.