diff options
| -rwxr-xr-x | git-remote-gitswarm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-remote-gitswarm b/git-remote-gitswarm index 8b405e0..d39c567 100755 --- a/git-remote-gitswarm +++ b/git-remote-gitswarm @@ -36,7 +36,7 @@ if (matches) { var json = res.v.toString() var repos = JSON.parse(json) console.warn('\nMutable key ' + chalk.green(key) + ' returned:\n' + chalk.yellow(json)) - get_infohash(repos[reponame]) + get_infohash(repos.repositories[reponame].master) }) }) } else { |
