[Pkg-javascript-commits] [node-coveralls] 112/332: Stupid typo…
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit af38f79677abc820cbb24f5728672cf28c3c34c3
Author: Christophe Porteneuve <tdd at tddsworld.com>
Date: Fri Nov 15 08:38:08 2013 +0100
Stupid typo…
---
test/getOptions.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/getOptions.js b/test/getOptions.js
index c1abc1f..d0c4173 100644
--- a/test/getOptions.js
+++ b/test/getOptions.js
@@ -343,7 +343,7 @@ function ensureLocalGitContext(options) {
};
} else if (options.detached) {
gitHead = path.join(gitDir, 'HEAD');
- ontent = fs.readFileSync(gitHead, 'utf-8').trim();
+ content = fs.readFileSync(gitHead, 'utf-8').trim();
var b = (content.match(/^ref: refs\/heads\/(\S+)$/) || [])[1];
if (!b) {
id = b;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list