Skip to content

Commit

Permalink
DX: chmod +x for benchmark.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 14, 2021
1 parent 00096f0 commit ab538a4
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 ab538a4

Please sign in to comment.