We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b48b4b commit 30da440Copy full SHA for 30da440
update.sh
@@ -9,7 +9,7 @@ if [ ${#phpVersions[@]} -eq 0 ]; then
9
fi
10
phpVersions=( "${phpVersions[@]%/}" )
11
12
-current="$(curl -fsSL 'http://api.wordpress.org/core/version-check/1.7/' | jq -r '.offers[0].current')"
+current="$(curl -fsSL 'https://api.wordpress.org/core/version-check/1.7/' | jq -r '.offers[0].current')"
13
sha1="$(curl -fsSL "https://wordpress.org/wordpress-$current.tar.gz.sha1")"
14
15
cliVersion="$(
0 commit comments