Skip to content

Commit

Permalink
Merge pull request #13 from idanblich/SUBSCRIBER_SANDBOX_ALIAS-patch-1
Browse files Browse the repository at this point in the history
Update SUBSCRIBER_SANDBOX_ALIAS
  • Loading branch information
VivekMChawla authored Sep 17, 2023
2 parents 3995afe + 6374605 commit 5b1e9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tools/templates/local-config-template.sh.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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##
##END##

0 comments on commit 5b1e9be

Please sign in to comment.