Skip to content

Commit 79325d7

Browse files
authored
Merge pull request #16751 from github/domain-verification-enterprise-account-beta-redux
[Take 2] Verified domains for enterprise accounts (private beta)
2 parents f38432d + 5361abe commit 79325d7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

script/early-access/clone-locally

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
#
77
# [end-readme]
88

9+
set -e
10+
911
# Go up a directory
1012
pushd .. > /dev/null
1113

1214
if [ -d "docs-early-access" ]; then
13-
echo "A 'docs-early-access' directory already exists! Try script/early-access/feature-branch.js."
15+
echo "A 'docs-early-access' directory already exists!"
1416
popd > /dev/null
1517
exit 0
1618
fi

0 commit comments

Comments
 (0)