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

[pod-list] small fixes

parent c8bc4a7d
......@@ -10,7 +10,6 @@ module Pod
autoload :Search, 'cocoapods/command/search'
autoload :Setup, 'cocoapods/command/setup'
autoload :Spec, 'cocoapods/command/spec'
autoload :Statistics, 'cocoapods/specification/statistics'
class Help < Informative
def initialize(command_class, argv)
......
......@@ -59,7 +59,7 @@ module Pod
def run
if @new
puts "\nUpdating Spec Repositories\n".yellow if config.verbose?
#Repo.new(ARGV.new(["update"])).run
Repo.new(ARGV.new(["update"])).run
list_new
else
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