Skip to content

Commit 993b4b0

Browse files
committed
type
1 parent e945f92 commit 993b4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/prepareProductionBinaries.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
if [ $# -lt 1 ]; then
1010
echo "
11-
./prepareProductionBinaries.sh <data set> <Eventdisplay version>
11+
./prepareProductionBinaries.sh <data set> <Eventdisplay branch>
1212
1313
will install hessioxx, Eventdisplay analysis files and code
1414
@@ -118,7 +118,7 @@ mkdir -p $CODEDIR || return
118118
echo "Software installation into $CODEDIR"
119119
echo "Preparing binaries for $DSET"
120120

121-
echo
121+
echo
122122
echo "Getting Eventdisplay..."
123123
cd $CODEDIR
124124
if [[ $VERSION == "main" ]]; then

0 commit comments

Comments
 (0)