summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Brunfeldt <kimmobrunfeldt@gmail.com>2014-07-09 13:54:53 +0300
committerKimmo Brunfeldt <kimmobrunfeldt@gmail.com>2014-07-09 13:54:53 +0300
commit35bc2b8f466a5383ea53d323979ff8fbaf93b5b0 (patch)
tree625f34d471fddc0872fc86f5325ad26d6683631b
parent4cc78ecb4bb81190c5b68a2a4101595d80d8e3a4 (diff)
downloadgit-hours-35bc2b8f466a5383ea53d323979ff8fbaf93b5b0.zip
git-hours-35bc2b8f466a5383ea53d323979ff8fbaf93b5b0.tar.gz
git-hours-35bc2b8f466a5383ea53d323979ff8fbaf93b5b0.tar.bz2
Fix linter error
-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(),