Skip to content

Commit

Permalink
try to fix checkChanges.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl committed Jan 21, 2022
1 parent d979592 commit 0d44df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checkChanges.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ make parse-errors parse-README;
if [[ $(git ls-files --modified protoBuilds) ]]; then
echo '***** MISSING UPDATES TO PROTOBUILDS (metadata/readme files): *****';
git ls-files --modified protoBuilds;
exit 1;
exit 0;
fi

echo 'protoBuilds appears up-to-date!'
echo 'protoBuilds appears up-to-date!'

0 comments on commit 0d44df9

Please sign in to comment.