diff options
| author | Chris Ball <chris@printf.net> | 2015-05-27 14:42:58 +0000 |
|---|---|---|
| committer | Chris Ball <chris@printf.net> | 2015-05-27 14:42:58 +0000 |
| commit | f85f2237afc49c301dad0c01a1620ec53098d063 (patch) | |
| tree | b67cb70790a8ce65e140fa52c73e3a2ad201a230 | |
| parent | d38b02a017e8d23cc6db6227bb6606c63a677227 (diff) | |
git-remote-gitswarm: Update for new user profile format
| -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 { |
