From e3831815a22abad5a44b858e223371dc22330740 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 27 Mar 2024 16:37:36 +0300 Subject: [PATCH] fix a typo --- run_onchange_before_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index a4bd46c..bccd688 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -139,7 +139,7 @@ sleep 3 ## Install shell-gpt echo echo -e "$Green""Installing shell-gpt$NC" -pip install shell-gpt -q -break-system-packages +pip install shell-gpt -q --break-system-packages ## Install fisher plugin manager for fish, so that we may update in after plugin list sync by chezmoi if ! fish -c fisher &>/dev/null