Skip to content

Commit

Permalink
Update devhub.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Sep 9, 2023
1 parent 39dc2b3 commit d95f295
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions devhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ else
rm /tmp/packaging_org_auth_url
fi

if [ "`whoami`" == "d2x" ]; then
echo "Setting dev as the default org"
cci org default dev
fi

# Ensure the force-app/main/default folder exists
mkdir -p force-app/main/default

Expand Down

0 comments on commit d95f295

Please sign in to comment.