We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9338f16 commit a95df77Copy full SHA for a95df77
1 file changed
scripts/remote_install.sh
@@ -48,7 +48,7 @@ function CloneDandelion() {
48
#current_branch=$(git rev-parse --abbrev-ref HEAD)
49
#default_branch=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@')
50
#remote_branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} >/dev/null 2>&1 && echo "$current_branch" || echo "$default_branch")
51
- RemoteExec $1 "git clone --branch=debug/hybrid_connection_upgrade_absolute https://github.com/eth-easl/dandelion.git ~/dandelion"
+ RemoteExec $1 "git clone --branch=dev/http https://github.com/eth-easl/dandelion.git ~/dandelion"
52
popd
53
fi
54
}
0 commit comments