Remove whitespace character

There was a garbage character causing "easy_install pip" to be
interpreted as '\302\240easy_install' pip

Change-Id: If8f2ea0868a5ca018ac760a8d27fb6baadcd85b0
This commit is contained in:
David Moreau-Simard
2016-04-19 14:20:28 -04:00
parent 264f47b1bb
commit 9cb53979f7

View File

@@ -78,7 +78,7 @@ $SUDO yum -y install puppet \
"@Development Tools"
# Don't assume pip is installed
which pip || easy_install pip
which pip || easy_install pip
# TO-DO: Packstack should handle Hiera and Puppet configuration, so that it works
# no matter the environment