Skip to content

Commit

Permalink
Merge pull request #440 from keymanapp/chore/v06
Browse files Browse the repository at this point in the history
chore: Use shared-sites v0.6
  • Loading branch information
darcywong00 authored Mar 26, 2024
2 parents f0e44b4 + edaf9b0 commit 080fd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## START STANDARD SITE BUILD SCRIPT INCLUDE
readonly THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
readonly BOOTSTRAP="$(dirname "$THIS_SCRIPT")/resources/bootstrap.inc.sh"
readonly BOOTSTRAP_VERSION=v0.4
readonly BOOTSTRAP_VERSION=v0.6
[ -f "$BOOTSTRAP" ] && source "$BOOTSTRAP" || source <(curl -fs https://raw.githubusercontent.com/keymanapp/shared-sites/$BOOTSTRAP_VERSION/bootstrap.inc.sh)
## END STANDARD SITE BUILD SCRIPT INCLUDE

Expand Down

0 comments on commit 080fd00

Please sign in to comment.