lib/github_cli/commands/collaborators.rb in github_cli-0.4.2 vs lib/github_cli/commands/collaborators.rb in github_cli-0.4.3
- old
+ new
@@ -20,10 +20,10 @@
Collaborator.collaborator? user, repo, collab, options[:params], options[:format]
end
desc 'remove <user> <repo> <id>', 'Remove a collaborator'
def remove(user, repo, collab)
- Collaborator.remove user, repo, collab, options[:params]. options[:format]
+ Collaborator.remove user, repo, collab, options[:params], options[:format]
end
end # Collaborators
end # GithubCLI