Skip to content

Commit c3e92cd

Browse files
committed
Merge pull request #18 from mdiep/fix-swift-cmark-url
Fix URL for apple/swift-cmark
2 parents 8d9ef80 + 5ef74da commit c3e92cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

+1-1
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ FOUNDATION_SOURCE_DIR="$WORKSPACE/swift-corelibs-foundation"
834834
if [[ ! -d $CMARK_SOURCE_DIR ]]; then
835835
echo "$CMARK_SOURCE_DIR not found. Attempting to clone ..."
836836
git clone [email protected]/apple/swift-cmark.git "$CMARK_SOURCE_DIR" || \
837-
(echo "Couldn't clone cmark. Please check README.md and visit https:/github.com/apple/swift-cmark for details." && \
837+
(echo "Couldn't clone cmark. Please check README.md and visit https://github.com/apple/swift-cmark for details." && \
838838
exit 1)
839839
fi
840840

0 commit comments

Comments
 (0)