1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01:00

removing whitespace from getCommit() value

This commit is contained in:
otternq 2013-11-16 17:52:07 -08:00
parent 9c57967700
commit e1feb74001

View File

@ -54,6 +54,6 @@ class GitProcessor
static protected function getCommit() {
$s = `git rev-parse HEAD`;
return $s;
return trim($s);
}
}