Commit 29a517d1 authored by Fabio Pelosin's avatar Fabio Pelosin

[pod-list] small fixes

parent c8bc4a7d
...@@ -10,7 +10,6 @@ module Pod ...@@ -10,7 +10,6 @@ module Pod
autoload :Search, 'cocoapods/command/search' autoload :Search, 'cocoapods/command/search'
autoload :Setup, 'cocoapods/command/setup' autoload :Setup, 'cocoapods/command/setup'
autoload :Spec, 'cocoapods/command/spec' autoload :Spec, 'cocoapods/command/spec'
autoload :Statistics, 'cocoapods/specification/statistics'
class Help < Informative class Help < Informative
def initialize(command_class, argv) def initialize(command_class, argv)
......
...@@ -59,7 +59,7 @@ module Pod ...@@ -59,7 +59,7 @@ module Pod
def run def run
if @new if @new
puts "\nUpdating Spec Repositories\n".yellow if config.verbose? puts "\nUpdating Spec Repositories\n".yellow if config.verbose?
#Repo.new(ARGV.new(["update"])).run Repo.new(ARGV.new(["update"])).run
list_new list_new
else else
list_all list_all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment