Skip to content

Commit

Permalink
Merge pull request #89 from yanick/chomp-me-twice
Browse files Browse the repository at this point in the history
don't chomp twice
  • Loading branch information
genehack committed Feb 19, 2017
2 parents 78b4ac6 + ad979ba commit 23f78d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Git/Wrapper.pm
Expand Up @@ -132,10 +132,7 @@ sub RUN {
);
}

chomp(@err);
$self->{err} = \@err;

chomp(@out);
$self->{out} = \@out;

return @out;
Expand Down

0 comments on commit 23f78d1

Please sign in to comment.