From 836ed0adbb3ef7a65346e7a2758b98e436880fe9 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Thu, 26 Mar 2015 13:29:45 -0700 Subject: [PATCH] Remove get-pip.py after using it in install_puppet Before this the file would be hanging around in the git repository untracked. I would also be happy with hiding the script from git using .gitignore Change-Id: I718c63b7492329cbee5f457362d849628353d7c4 --- install_puppet.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_puppet.sh b/install_puppet.sh index f94f85ec12..14d32ccb9c 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -231,6 +231,7 @@ function setup_pip { fi python get-pip.py + rm get-pip.py pip install -U setuptools }