Skip to content

Commit

Permalink
Update python2-pip to pull from 2.7 folder (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsleuth authored Jan 30, 2021
1 parent 4a9ef8a commit 3571222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sift/packages/python2-pip.sls
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sift-package-python2-pip:
{%- elif grains['oscodename'] == "focal" %}
sift-package-python2-pip-install-script:
cmd.run:
- name: curl -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
- name: curl -o /tmp/get-pip.py https://bootstrap.pypa.io/2.7/get-pip.py
- unless: which pip2
- require:
- sls: sift.packages.python2
Expand Down

0 comments on commit 3571222

Please sign in to comment.