summaryrefslogtreecommitdiffstats
path: root/kud/hosting_providers/vagrant/installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kud/hosting_providers/vagrant/installer.sh')
-rwxr-xr-xkud/hosting_providers/vagrant/installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/hosting_providers/vagrant/installer.sh b/kud/hosting_providers/vagrant/installer.sh
index 8211fa31..2a15de33 100755
--- a/kud/hosting_providers/vagrant/installer.sh
+++ b/kud/hosting_providers/vagrant/installer.sh
@@ -44,7 +44,7 @@ function _install_pip {
sudo -E pip install --no-cache-dir --upgrade pip
else
sudo apt-get install -y python-dev
- curl -sL https://bootstrap.pypa.io/2.7/get-pip.py | sudo python
+ curl -sL https://bootstrap.pypa.io/pip/2.7/get-pip.py | sudo python
fi
}