Commit 01015ec8 authored by Ian Ynda-Hummel's avatar Ian Ynda-Hummel

Fix up an incorrectly handled rebase change.

parent 9d1808da
...@@ -20,6 +20,7 @@ module Pod ...@@ -20,6 +20,7 @@ module Pod
require 'cocoapods/command/search' require 'cocoapods/command/search'
require 'cocoapods/command/setup' require 'cocoapods/command/setup'
require 'cocoapods/command/spec' require 'cocoapods/command/spec'
require 'cocoapods/command/init'
self.abstract_command = true self.abstract_command = true
self.default_subcommand = 'install' self.default_subcommand = 'install'
......
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