Skip to content

Commit

Permalink
[Code] Fix malformt date string from git log (#48585)
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-ding authored Oct 17, 2019
1 parent 57d5afb commit d00ef57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/code/server/git_operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ export class GitOperations {
const options: any = {
n: count,
format: {
updated: '%ai',
updated: '%aI',
message: '%B',
author: '%an',
authorEmail: '%ae',
Expand Down

0 comments on commit d00ef57

Please sign in to comment.