aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Ball <chris@printf.net>2015-05-27 14:42:58 +0000
committerChris Ball <chris@printf.net>2015-05-27 14:42:58 +0000
commitf85f2237afc49c301dad0c01a1620ec53098d063 (patch)
treeb67cb70790a8ce65e140fa52c73e3a2ad201a230
parentd38b02a017e8d23cc6db6227bb6606c63a677227 (diff)
git-remote-gitswarm: Update for new user profile format
-rwxr-xr-xgit-remote-gitswarm2
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 {