Skip to content

Commit

Permalink
cleaner messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed May 16, 2019
1 parent bc5cd9b commit 33addd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check-all
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ do
branch=`git branch | grep \* | cut -d ' ' -f2`
if [ $branch != "master" ];
then
echo $dir " $branch OK"
echo $dir "[$branch] OK"
fi
git diff-index --exit-code --quiet HEAD
if [ $? -ne 0 ];
then
echo "$dir needs git action"
echo "$dir [$branch] needs git action"
fi
popd > /dev/null
fi
Expand Down

0 comments on commit 33addd7

Please sign in to comment.