mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Fix bad quoting.
This commit is contained in:
parent
9245195faa
commit
4f62a02266
1 changed files with 1 additions and 1 deletions
|
@ -4226,7 +4226,7 @@ install_smartos_git_deps() {
|
|||
if [ "$(which pip)" = "" ]; then
|
||||
pkgin -y install py27-pip
|
||||
fi
|
||||
pip install -U "'${__REQUIRED_TORNADO}'"
|
||||
pip install -U "${__REQUIRED_TORNADO}"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue