Skip to content

Commit

Permalink
Merge pull request #4 from SAReyes/master
Browse files Browse the repository at this point in the history
FIX #3 add short commit message
  • Loading branch information
rcruzper committed Sep 3, 2019
2 parents 03229fb + 253f609 commit 5a34797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/infoRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ function getGit() {
branch: data['git.branch'],
commit: {
id: data['git.commit.id.abbrev'],
time: moment(data['git.commit.time'], moment.ISO_8601).valueOf()
time: moment(data['git.commit.time'], moment.ISO_8601).valueOf(),
message: data['git.commit.message.short']
}
}
}
Expand Down

0 comments on commit 5a34797

Please sign in to comment.