Skip to content

Commit 95338fd

Browse files
committed
Merge pull request #25 from palfrey/cmark-checkout
Fix cmark checkout path
2 parents 6bace09 + 44fc7a5 commit 95338fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ FOUNDATION_SOURCE_DIR="$WORKSPACE/swift-corelibs-foundation"
833833

834834
if [[ ! -d $CMARK_SOURCE_DIR ]]; then
835835
echo "$CMARK_SOURCE_DIR not found. Attempting to clone ..."
836-
git clone git@github.com/apple/swift-cmark.git "$CMARK_SOURCE_DIR" || \
836+
git clone https://github.com/apple/swift-cmark.git "$CMARK_SOURCE_DIR" || \
837837
(echo "Couldn't clone cmark. Please check README.md and visit https://github.com/apple/swift-cmark for details." && \
838838
exit 1)
839839
fi

0 commit comments

Comments
 (0)