Skip to content

Commit ad75ac8

Browse files
update PG url
1 parent ac9f16e commit ad75ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg_tarballs/pg_source_tarballs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ build_postgres_server(){
156156
fi
157157
cd /source
158158
else
159-
git clone git://git.postgresql.org/git/postgresql.git postgresql-${PG_VERSION}
159+
git clone https://git.postgresql.org/git/postgresql.git postgresql-${PG_VERSION}
160160
retval=$?
161161
if [ $retval != 0 ]
162162
then

0 commit comments

Comments
 (0)