summaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rwxr-xr-xindex.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.js b/index.js
index fe01e18..54b5b33 100755
--- a/index.js
+++ b/index.js
@@ -84,9 +84,9 @@ function commits(gitPath) {
author = {
name: commit.author().name(),
email: commit.author().email()
- }
+ };
}
-
+
var commitData = {
sha: commit.sha(),
date: commit.date(),