Skip to content

Commit

Permalink
fix: container zshelldoc install (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Nov 20, 2023
1 parent bcf70e8 commit 8170753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ if [[ ${BASH_SOURCE[0]} == "${0}" ]]; then
)
CONTAINER_WORKDIR=/src
# shellcheck disable=2016
INIT_CONFIG_VAL='zinit nocompile make'\''PREFIX=$ZPFX install'\'' for zdharma-continuum/zshelldoc'
INIT_CONFIG_VAL='zinit nocompile make'\''prefix=$ZPFX all install'\'' for zdharma-continuum/zshelldoc'
# shellcheck disable=2016
CMD=(zsh -ilsc
'sudo chown -R "$(id -u):$(id -g)" /src &&
Expand Down

0 comments on commit 8170753

Please sign in to comment.