Make STARTER_KIT_VERSION configurable in get-starter-kit.sh
This commit is contained in:
parent
da28f2e7be
commit
7063a9a3b8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
set -o errexit -o nounset -o pipefail
|
set -o errexit -o nounset -o pipefail
|
||||||
|
|
||||||
# Set Starterkit version
|
# Set Starterkit version
|
||||||
STARTER_KIT_VERSION="latest"
|
STARTER_KIT_VERSION="${1:-latest}"
|
||||||
|
|
||||||
if [ "$STARTER_KIT_VERSION" == "latest" ]; then
|
if [ "$STARTER_KIT_VERSION" == "latest" ]; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue