We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d9ef80 + 5ef74da commit c3e92cdCopy full SHA for c3e92cd
utils/build-script-impl
@@ -834,7 +834,7 @@ FOUNDATION_SOURCE_DIR="$WORKSPACE/swift-corelibs-foundation"
834
if [[ ! -d $CMARK_SOURCE_DIR ]]; then
835
echo "$CMARK_SOURCE_DIR not found. Attempting to clone ..."
836
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." && \
+ (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