Skip to content

Commit a95df77

Browse files
committed
Updating Dandelion branch
Signed-off-by: Lazar Cvetković <l.cvetkovic.997@gmail.com>
1 parent 9338f16 commit a95df77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/remote_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function CloneDandelion() {
4848
#current_branch=$(git rev-parse --abbrev-ref HEAD)
4949
#default_branch=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@')
5050
#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"
51+
RemoteExec $1 "git clone --branch=dev/http https://github.com/eth-easl/dandelion.git ~/dandelion"
5252
popd
5353
fi
5454
}

0 commit comments

Comments
 (0)