Skip to content

Commit 35b793a

Browse files
committed
Use HTTP instead of SSH when cloning blueprints in script
1 parent f9b52c0 commit 35b793a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/diff-cddls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
git clone git@github.com:cardano-scaling/cardano-blueprint
3+
git clone https://github.com/cardano-scaling/cardano-blueprint
44

55
check_diff () {
66
diff "ouroboros-consensus-cardano/cddl/node-to-node/$1" "cardano-blueprint/src/network/node-to-node/$1"

0 commit comments

Comments
 (0)