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 5e7ead7 + c3aa10e commit 61806fbCopy full SHA for 61806fb
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.5
+readonly BOOTSTRAP_VERSION=v1.0.6
6
[ -f "$BOOTSTRAP" ] && source "$BOOTSTRAP" || source <(curl -H "Cache-Control: no-cache" -fs https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION/bootstrap.inc.sh)
7
## END STANDARD SITE BUILD SCRIPT INCLUDE
8
0 commit comments