Skip to content

Commit

Permalink
Fix output_table call in CLI.
Browse files Browse the repository at this point in the history
  • Loading branch information
asedge committed Jun 8, 2014
1 parent 4a5f81f commit 599deff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gitlab/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def self.run(cmd, args=[])
confirm_command(cmd)

data = gitlab_helper(cmd,command_args) { exit(1) }
output_table(data)
output_table(cmd,args,data)
end
end
end

0 comments on commit 599deff

Please sign in to comment.