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 4795972 + c7df648 commit f320ce7Copy full SHA for f320ce7
1 file changed
build.sh
@@ -2,7 +2,7 @@
2
## START STANDARD SITE BUILD SCRIPT INCLUDE
3
readonly THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
4
readonly BOOTSTRAP="$(dirname "$THIS_SCRIPT")/resources/bootstrap.inc.sh"
5
-readonly BOOTSTRAP_VERSION=v1.0.10
+readonly BOOTSTRAP_VERSION=v1.0.11
6
if ! [ -f "$BOOTSTRAP" ] || ! source "$BOOTSTRAP"; then
7
curl -H "Cache-Control: no-cache" --fail --silent --show-error -w "curl: Finished attempt to download %{url}" "https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION/bootstrap.inc.sh" -o "$BOOTSTRAP.tmp" || exit 1
8
source "$BOOTSTRAP.tmp"
0 commit comments