From f85f2237afc49c301dad0c01a1620ec53098d063 Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Wed, 27 May 2015 14:42:58 +0000 Subject: git-remote-gitswarm: Update for new user profile format --- git-remote-gitswarm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3