Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
remove trim
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepeak committed Jan 5, 2018
1 parent 5d400d6 commit a269d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ then
mc=
if [ -n "$pr" ] && [ "$pr" != false ];
then
mc=$(git show --no-patch --format="%P" 2>/dev/null | tr -d '[[:space:]]' || echo "")
mc=$(git show --no-patch --format="%P" 2>/dev/null || echo "")
fi
if [[ "$mc" =~ ^[a-z0-9]{40}[[:space:]][a-z0-9]{40}$ ]];
then
Expand Down

0 comments on commit a269d93

Please sign in to comment.