From 6374605c6d61a75d2bdccbc428948aea3296841d Mon Sep 17 00:00:00 2001 From: Idan Date: Sun, 25 Nov 2018 10:39:21 +0200 Subject: [PATCH] Update SUBSCRIBER_SANDBOX_ALIAS --- dev-tools/templates/local-config-template.sh.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tools/templates/local-config-template.sh.ejs b/dev-tools/templates/local-config-template.sh.ejs index 236e81f..4b00ade 100644 --- a/dev-tools/templates/local-config-template.sh.ejs +++ b/dev-tools/templates/local-config-template.sh.ejs @@ -59,7 +59,7 @@ SCRATCH_ORG_ALIAS="$NAMESPACE_PREFIX-SCRATCH" PACKAGING_ORG_ALIAS="$NAMESPACE_PREFIX-PACKAGE" # Alias for the subscriber test org used to test managed-beta package installs. -SUBSCRIBER_ORG_ALIAS="$NAMESPACE_PREFIX-SUBSCRIBER" +SUBSCRIBER_SANDBOX_ALIAS="$NAMESPACE_PREFIX-SUBSCRIBER" # Git Remote URI. SSH or HTTPS URI that points to the Git remote repo used by this project. # GitHub is used as an example here, but any Git remote (ie. BitBucket) can be used. @@ -84,4 +84,4 @@ if [ "$ECHO_LOCAL_CONFIG_VARS" = "true" ]; then echo "\n`tput setaf 7``tput bold`Local configuration variables set by `dirname $0`/lib/local-config.sh`tput sgr0`\n" echoConfigVariables fi -##END## \ No newline at end of file +##END##