We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e766a commit 4c417d1Copy full SHA for 4c417d1
setup-test-network.sh
@@ -114,10 +114,10 @@ pwd
114
115
# Clone local-network repo if it doesn't exist
116
if [ ! -d "local-network" ]; then
117
- git clone https://github.com/edgeandnode/local-network.git
+ git clone https://github.com/semiotic-ai/local-network.git
118
cd local-network
119
- # Checkout to a specific commit that is known to work
120
- git checkout ad98716661b033dd5e4cb9f09cebb80dba954c2d
+ # Checkout to a branch with no dipper
+ git checkout suchapalaver/main-no-dipper
121
cd ..
122
fi
123
0 commit comments