Skip to content

Commit

Permalink
Exit with 0 instead of 1, so ensure chezmoi continues
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Dec 5, 2024
1 parent 87ce462 commit b65dd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_onchange_install-packages.bash.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ {{ .chezmoi.os }} == "linux" ]]; then
else
echo "${C_ERROR}'${USER}' does not have permissions to install packages"
echo "${C_INFO}Skipping package installation"
exit 1
exit
fi
fi

Expand Down

0 comments on commit b65dd6b

Please sign in to comment.