Skip to content

Commit

Permalink
use http for local node clone
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Aug 30, 2024
1 parent 6ac2575 commit 438921c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-test-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Check if the quai-local-node directory exists, if not, clone it
if [ ! -d "./quai-local-node" ]; then
echo "quai-local-node directory not found. Cloning from GitHub..."
git clone git@github.com:dominant-strategies/quai-local-node.git
git clone https://github.com/dominant-strategies/quai-local-node.git
if [ $? -ne 0 ]; then
echo "Failed to clone quai-local-node repository. Exiting."
exit 1
Expand Down

0 comments on commit 438921c

Please sign in to comment.