summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-01-27 02:58:58 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-01-27 02:58:58 +0000
commitf2d13ec8099fce2439e9ff7db82dc358856ce50d (patch)
treef037e0b7a5515a5a03504b2155648a41ad51e2da /scripts
parente14e3385b4809ec4223894f8c7a009b1560eb41d (diff)
downloadpsycopg2-f2d13ec8099fce2439e9ff7db82dc358856ce50d.tar.gz
Upload on https now
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_prepare.sh b/scripts/travis_prepare.sh
index cd0209d..1e18593 100755
--- a/scripts/travis_prepare.sh
+++ b/scripts/travis_prepare.sh
@@ -50,7 +50,7 @@ create () {
else
# A dinosaur
wget -O - \
- http://upload.psycopg.org/postgresql/postgresql-${PACKAGE}-$(lsb_release -cs).tar.bz2 \
+ https://upload.psycopg.org/postgresql/postgresql-${PACKAGE}-$(lsb_release -cs).tar.bz2 \
| sudo tar xjf - -C /usr/lib/postgresql
fi
fi