Skip to content

Commit

Permalink
Merge pull request github#16751 from github/domain-verification-enter…
Browse files Browse the repository at this point in the history
…prise-account-beta-redux

[Take 2] Verified domains for enterprise accounts (private beta)
  • Loading branch information
sarahs committed Dec 4, 2020
2 parents f38432d + 5361abe commit 79325d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/early-access/clone-locally
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
#
# [end-readme]

set -e

# Go up a directory
pushd .. > /dev/null

if [ -d "docs-early-access" ]; then
echo "A 'docs-early-access' directory already exists! Try script/early-access/feature-branch.js."
echo "A 'docs-early-access' directory already exists!"
popd > /dev/null
exit 0
fi
Expand Down

0 comments on commit 79325d7

Please sign in to comment.