Skip to content

Commit

Permalink
Merge a191f54 into 2a38b4d
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Jul 22, 2023
2 parents 2a38b4d + a191f54 commit c199f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ protected function execAndTrim(array $commands) {
* {@inheritdoc}
*/
public function getApplicationVersionString() {
$date = $this->getDate();
$date = $this->getCustomDate('Y-m-d H:m:s');
$date_string = '';
if ($date) {
$date_string = " ($date)";
Expand Down

0 comments on commit c199f22

Please sign in to comment.