Skip to content

Commit bd738f8

Browse files
authored
use github and propagate tag/branch (#1160)
1 parent 121c54d commit bd738f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/install-clara

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ function build_clara {
6262
}
6363

6464
function build_grapes {
65-
#git clone --branch $grapes --depth 1 https://code.jlab.org/hallb/clas12/coatjava/grapes
66-
git clone --depth 1 https://code.jlab.org/hallb/clas12/coatjava/grapes
65+
git clone --depth 1 --branch $grapes https://github.com/jeffersonlab/grapes
6766
cd grapes && mvn package && cd -
6867
}
6968

0 commit comments

Comments
 (0)