aboutsummaryrefslogtreecommitdiff
path: root/git-remote-gitswarm
diff options
context:
space:
mode:
Diffstat (limited to 'git-remote-gitswarm')
-rwxr-xr-xgit-remote-gitswarm2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-remote-gitswarm b/git-remote-gitswarm
index 259baa9..f6b1aed 100755
--- a/git-remote-gitswarm
+++ b/git-remote-gitswarm
@@ -49,7 +49,7 @@ exec('git ls-remote ' + url + ' HEAD', function (err, stdout, stderr) {
var swarm = new Swarm(parsed.infoHash, 'cafebabecafebabecafecafebabecafebabecafe')
swarm.on('wire', function (wire) {
console.error('we got a wire')
- wire.use(ut_gitswarm)
+ wire.use(ut_gitswarm())
// wire.ut_gitswarm.askforsha(parsed.infoHash)
})
})