Commit 9eed04d
committed
fix(pip): update location of pip installer
raw.github.com URLs have moved to raw.githubusercontent.com, and
wget was seeing a 301 (Moved Permanently) under the covers. curl
does not automatically follow such a redirect, so the URL change
caused an error for deis/tester, but was benign here.1 parent c32330f commit 9eed04d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments