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.
2 parents 1b48b4b + 30da440 commit 0bd788eCopy full SHA for 0bd788e
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