diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2020-01-27 02:58:58 +0000 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2020-01-27 02:58:58 +0000 |
| commit | f2d13ec8099fce2439e9ff7db82dc358856ce50d (patch) | |
| tree | f037e0b7a5515a5a03504b2155648a41ad51e2da /scripts | |
| parent | e14e3385b4809ec4223894f8c7a009b1560eb41d (diff) | |
| download | psycopg2-f2d13ec8099fce2439e9ff7db82dc358856ce50d.tar.gz | |
Upload on https now
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/travis_prepare.sh | 2 |
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 |
