mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Fix shellcheck errors
This commit is contained in:
parent
e4f8fe0dca
commit
cad861f874
1 changed files with 1 additions and 1 deletions
|
@ -3826,7 +3826,7 @@ install_fedora_stable_post() {
|
|||
install_fedora_git_deps() {
|
||||
if [ -n "$_PY_EXE" ] && [ "$_PY_MAJOR_VERSION" -eq 3 ]; then
|
||||
if [ "$DISTRO_MAJOR_VERSION" -eq 31 ]; then
|
||||
__install_tornado_pip $_PY_EXE
|
||||
__install_tornado_pip "${_PY_EXE}"|| return 1
|
||||
fi
|
||||
# Packages are named python3-<whatever>
|
||||
PY_PKG_VER=3
|
||||
|
|
Loading…
Add table
Reference in a new issue