keeping up with GitHub API changes

This commit is contained in:
Kohsuke Kawaguchi
2010-12-11 22:34:47 -08:00
parent 0212dce1e8
commit 2e544ed8ed

View File

@@ -57,6 +57,6 @@ public class GHTeam {
}
private URL getApiURL(String tail) throws IOException {
return org.root.getApiURL("/organizations/"+org.getLogin()+"/teams/"+id+tail);
return org.root.getApiURL("/teams/"+id+tail);
}
}