mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fix typo
This commit is contained in:
parent
70558b1768
commit
ae440cb321
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue