mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
* Fixed bash syntax error
This commit is contained in:
parent
cee57dfe89
commit
78f04c3a70
@ -18,6 +18,7 @@ wheel="./dist/pypiserver-*.whl"
|
|||||||
# Ensure we have up-to-date certificates
|
# Ensure we have up-to-date certificates
|
||||||
if [ -e ./cacert.pem ]; then
|
if [ -e ./cacert.pem ]; then
|
||||||
rm -f ./cacert.pem
|
rm -f ./cacert.pem
|
||||||
|
fi
|
||||||
|
|
||||||
wget http://curl.haxx.se/ca/cacert.pem
|
wget http://curl.haxx.se/ca/cacert.pem
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user