From ae440cb321259d138bdeed2eb2592744c20b16d8 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Thu, 19 Sep 2024 14:49:28 -0600 Subject: [PATCH] Fix typo --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 6f03991..87ee6cd 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -5735,7 +5735,7 @@ install_arch_linux_git_deps() { fi _arch_dep="cryptography==42.0.0" - echodebug "Running '${_PY_EXE} -m pip install -break-system-packages --upgrade ${_arch_dep}'" + echodebug "Running '${_PY_EXE} -m pip install --break-system-packages --upgrade ${_arch_dep}'" ${_PY_EXE} -m pip install --upgrade "${_arch_dep}" return 0