From 5ef74dab2ce7662e9cb34aee8b66ea9faeefe97d Mon Sep 17 00:00:00 2001 From: Matt Diephouse Date: Thu, 3 Dec 2015 11:57:25 -0500 Subject: [PATCH] Fix URL for apple/swift-cmark --- utils/build-script-impl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/build-script-impl b/utils/build-script-impl index afcb19f7de102..9a8dc1c422b36 100755 --- a/utils/build-script-impl +++ b/utils/build-script-impl @@ -834,7 +834,7 @@ FOUNDATION_SOURCE_DIR="$WORKSPACE/swift-corelibs-foundation" if [[ ! -d $CMARK_SOURCE_DIR ]]; then echo "$CMARK_SOURCE_DIR not found. Attempting to clone ..." git clone git@github.com/apple/swift-cmark.git "$CMARK_SOURCE_DIR" || \ - (echo "Couldn't clone cmark. Please check README.md and visit https:/github.com/apple/swift-cmark for details." && \ + (echo "Couldn't clone cmark. Please check README.md and visit https://github.com/apple/swift-cmark for details." && \ exit 1) fi