mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 18:30:15 +02:00
removing whitespace from getCommit() value
This commit is contained in:
@@ -54,6 +54,6 @@ class GitProcessor
|
|||||||
|
|
||||||
static protected function getCommit() {
|
static protected function getCommit() {
|
||||||
$s = `git rev-parse HEAD`;
|
$s = `git rev-parse HEAD`;
|
||||||
return $s;
|
return trim($s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user