diff options
| author | Nick Merwin <[email protected]> | 2015-12-10 12:52:55 -0800 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2015-12-10 12:52:55 -0800 |
| commit | d084add18e87fd1a292315de7c9eb171e8fd4b93 (patch) | |
| tree | c90578e6a9540b8af75a930dc25d3c07be4efee6 /lib/detectLocalGit.js | |
| parent | 712e6e4bb4d8e1a60f646d954743a6808aa7f13e (diff) | |
| parent | d60635885d243abef2cbc5b2a0da7a27d752a14b (diff) | |
| download | node-coveralls-d084add18e87fd1a292315de7c9eb171e8fd4b93.tar.xz node-coveralls-d084add18e87fd1a292315de7c9eb171e8fd4b93.zip | |
merge conflictspr/96
Diffstat (limited to 'lib/detectLocalGit.js')
| -rw-r--r-- | lib/detectLocalGit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/detectLocalGit.js b/lib/detectLocalGit.js index 302cd44..773eb70 100644 --- a/lib/detectLocalGit.js +++ b/lib/detectLocalGit.js @@ -3,7 +3,7 @@ var path = require('path'); var REGEX_BRANCH = /^ref: refs\/heads\/(\w+)$/; -module.exports = function detectLocalGit(knownCommit, knownBranch) { +module.exports = function detectLocalGit() { var dir = process.cwd(), gitDir; while (path.resolve('/') !== dir) { gitDir = path.join(dir, '.git'); |
