Skip to content

Commit

Permalink
Merge pull request #293 from dominant-strategies/http-clone
Browse files Browse the repository at this point in the history
use http for local node clone
  • Loading branch information
robertlincecum authored Aug 30, 2024
2 parents 6ac2575 + 438921c commit ec36c52
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 ec36c52

Please sign in to comment.