Merge branch 'master' of github.com:IonicaBizau/git-stats

This commit is contained in:
Ionică Bizău 2015-02-20 15:11:39 +02:00
commit 5eb97618ce
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ GitStats.record = function (data, callback) {
}
if (typeof data.url !== "string" || !data.url) {
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."));
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."));
return GitStats;
}