Skip to content

Commit

Permalink
Merge ab538a4 into 00096f0
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 14, 2021
2 parents 00096f0 + ab538a4 commit 83d66ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BRANCH2=${2:-''}

if [ "" = "$BRANCH1" ] || [ "" = "$BRANCH2" ];
then
echo "Usage: bash benchmark.sh BRANCH1 BRANCH2 ...BRANCHN"
echo "Usage: ./benchmark.sh BRANCH1 BRANCH2 ...BRANCHN"
exit 1;
fi

Expand Down

0 comments on commit 83d66ef

Please sign in to comment.