Skip to content

Commit 5eb9761

Browse files
committed
Merge branch 'master' of github.com:IonicaBizau/git-stats
2 parents ce2f5c9 + a6dbc8e commit 5eb9761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ GitStats.record = function (data, callback) {
6464
}
6565

6666
if (typeof data.url !== "string" || !data.url) {
67-
callback(new Error("Invalid url field. This commit is not recorded into the git-stats history since you didn't added the remote url. You can import the previous commits using the git-stats-importer tool."));
67+
callback(new Error("Invalid url field. This commit is not recorded into the git-stats history since you haven't added the remote url. You can import the previous commits using the git-stats-importer tool."));
6868
return GitStats;
6969
}
7070

0 commit comments

Comments
 (0)