lib/github_cli/apis/team.rb in github_cli-0.4.3 vs lib/github_cli/apis/team.rb in github_cli-0.4.4
- old
+ new
@@ -9,11 +9,10 @@
output format do
github_api.orgs.teams.list org, params
end
end
-
def get(id, params, format)
output format do
github_api.orgs.teams.get id, params
end
end
@@ -72,10 +71,10 @@
end
end
def add_repo(id, user, repo, params, format)
output format do
- github_api.orgs.teams.add_member id, user, repo, params
+ github_api.orgs.teams.add_repo id, user, repo, params
end
end
def remove_repo(id, user, repo, params, format)
output format do