Skip to content

Commit

Permalink
minor #6177 DX: chmod +x for benchmark.sh file (keradus)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

DX: chmod +x for benchmark.sh file

Commits
-------

ab538a4 DX: chmod +x for benchmark.sh file
  • Loading branch information
SpacePossum committed Dec 15, 2021
2 parents cf07446 + ab538a4 commit 175c2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.sh 100644 → 100755
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 175c2ce

Please sign in to comment.