Skip to content

Commit

Permalink
updating alias
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaNikishina committed Jan 6, 2025
1 parent 05f1076 commit 0a25d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ help() {
echo " $0 [-a <string>] [-d <integer>]"
echo ""
echo "OPTIONS:"
echo -e " -a Alias. Set a custom alias for scratch org. Default: 'sat-dev'."
echo -e " -a Alias. Set a custom alias for scratch org. Default: 'dev-scratch'."
echo -e " -d Duration. Set a custom duration for a scratch org. Default: 7, min: 1, max: 30."
echo ""
echo "EXAMPLES:"
Expand All @@ -16,7 +16,7 @@ help() {

verbose=true;
duration=15;
alias='sat-dev';
alias='dev-scratch';

while getopts a:d: opt
do
Expand Down

0 comments on commit 0a25d53

Please sign in to comment.