We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9ef80 commit 54c3ab9Copy full SHA for 54c3ab9
utils/build-script-impl
@@ -833,8 +833,8 @@ FOUNDATION_SOURCE_DIR="$WORKSPACE/swift-corelibs-foundation"
833
834
if [[ ! -d $CMARK_SOURCE_DIR ]]; then
835
echo "$CMARK_SOURCE_DIR not found. Attempting to clone ..."
836
- git clone git@github.com/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." && \
+ git clone https://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." && \
838
exit 1)
839
fi
840
0 commit comments