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 9d4290e + 56c1791 commit c0a6372Copy full SHA for c0a6372
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.12
+readonly BOOTSTRAP_VERSION=v1.0.13
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