Skip to content

Commit a08c2d1

Browse files
authored
Merge pull request #56 from z-shell/copilot/fix-actions-failing
fix(utils): explicitly add /usr/local/go/bin to PATH in initiate_system
2 parents 57ab92f + f965040 commit a08c2d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/utils.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ prepare_system() {
1313
initiate_system() {
1414
typeset -gxU path module_path
1515

16-
path=("${ZPFX:-${HOME}/.zi/polaris}/bin" "${HOME}/go/bin" $path)
16+
path=("${ZPFX:-${HOME}/.zi/polaris}/bin" "${HOME}/go/bin" "/usr/local/go/bin" $path)
1717
module_path+=( /data/zmodules/zpmod/Src )
1818

1919
zmodload zi/zpmod &>/dev/null

0 commit comments

Comments
 (0)