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 6c9582d commit 2bc3375Copy full SHA for 2bc3375
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.4
+readonly BOOTSTRAP_VERSION=v1.0.5
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