Fix oversight, this worked on Windows >.>
This commit is contained in:
parent
e3722486f9
commit
0ff25b62ed
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Application
|
|||
|
||||
public static function gitCommitInfo(string $format): string
|
||||
{
|
||||
return trim(shell_exec(sprintf('git log --pretty="%s" -n1 HEAD"', $format)));
|
||||
return trim(shell_exec(sprintf('git log --pretty="%s" -n1 HEAD', $format)));
|
||||
}
|
||||
|
||||
public static function gitCommitHash(bool $long = false): string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue