Skip to content

Commit

Permalink
Merge pull request #32 from ewiseblatt/fix_typo
Browse files Browse the repository at this point in the history
fix(dev): Fixed installation in a development environment.
  • Loading branch information
Eric Wiseblatt authored Mar 1, 2017
2 parents 8a4c5fe + 111bd4c commit e54002c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo DEFAULT_CONFIG_YML_DIR="$DEFAULT_CONFIG_YML_DIR" \
$@

echo "Installing python requirements"
if [[ ! pip install -r spinnaker-monitoring-daemon/requirements.txt ]]
if ! pip install -r spinnaker-monitoring-daemon/requirements.txt; then
>&2 echo "Could not install spinnaker-monitoring-daemon/requirements.txt"
>&2 echo "You might need to sudo it yourself, use virtualenv or install python-pip."
fi

0 comments on commit e54002c

Please sign in to comment.