Skip to content

Commit 6121d9c

Browse files
committed
Change repo
Signed-off-by: Lazar Cvetković <l.cvetkovic.997@gmail.com>
1 parent b01dbcd commit 6121d9c

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
@@ -35,7 +35,7 @@ function CloneDirigent() {
3535
current_branch=$(git rev-parse --abbrev-ref HEAD)
3636
default_branch=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@')
3737
remote_branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} >/dev/null 2>&1 && echo "$current_branch" || echo "$default_branch")
38-
RemoteExec $1 "git clone --branch=$remote_branch git@github.com:eth-easl/cluster_manager.git ~/cluster_manager"
38+
RemoteExec $1 "git clone --branch=$remote_branch https://github.com/eth-easl/dirigent.git ~/cluster_manager"
3939
fi
4040
}
4141

0 commit comments

Comments
 (0)