summaryrefslogtreecommitdiffstats
path: root/utils/site_assets
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2016-10-19 16:29:42 +0200
committerRodolfo Carvalho <rhcarvalho@gmail.com>2016-10-19 16:46:47 +0200
commit5bfa7e8da79685e09097d266d6cf453729e704dc (patch)
treef238f57c0d02cad90a417bf7c26898727b22bffc /utils/site_assets
parent3be15dae0b039e06e31b4eecc933851ada7446cb (diff)
downloadopenshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.gz
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.bz2
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.xz
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.zip
Fix typos
Diffstat (limited to 'utils/site_assets')
-rwxr-xr-xutils/site_assets/oo-install-bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/site_assets/oo-install-bootstrap.sh b/utils/site_assets/oo-install-bootstrap.sh
index 3847c029a..3c5614d39 100755
--- a/utils/site_assets/oo-install-bootstrap.sh
+++ b/utils/site_assets/oo-install-bootstrap.sh
@@ -67,7 +67,7 @@ pip install --no-index -f file:///$(readlink -f deps) ansible 2>&1 >> $OO_INSTAL
# TODO: these deps should technically be handled as part of installing ooinstall
pip install --no-index -f file:///$(readlink -f deps) click 2>&1 >> $OO_INSTALL_LOG
pip install --no-index ./src/ 2>&1 >> $OO_INSTALL_LOG
-echo "Installation preperation done!" 2>&1 >> $OO_INSTALL_LOG
+echo "Installation preparation done!" 2>&1 >> $OO_INSTALL_LOG
echo "Using `ansible --version`" 2>&1 >> $OO_INSTALL_LOG