We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a4c5fe + 111bd4c commit e54002cCopy full SHA for e54002c
install_dev.sh
@@ -31,7 +31,7 @@ sudo DEFAULT_CONFIG_YML_DIR="$DEFAULT_CONFIG_YML_DIR" \
31
$@
32
33
echo "Installing python requirements"
34
-if [[ ! pip install -r spinnaker-monitoring-daemon/requirements.txt ]]
+if ! pip install -r spinnaker-monitoring-daemon/requirements.txt; then
35
>&2 echo "Could not install spinnaker-monitoring-daemon/requirements.txt"
36
>&2 echo "You might need to sudo it yourself, use virtualenv or install python-pip."
37
fi
0 commit comments