Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions bin/install-clara
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ function build_clara {
}

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

Expand Down
Loading