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:
parent
9c57967700
commit
e1feb74001
@ -54,6 +54,6 @@ class GitProcessor
|
||||
|
||||
static protected function getCommit() {
|
||||
$s = `git rev-parse HEAD`;
|
||||
return $s;
|
||||
return trim($s);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user