lib/command/install.rb in lg_pod_plugin-1.1.2 vs lib/command/install.rb in lg_pod_plugin-1.1.3

- old
+ new

@@ -43,10 +43,10 @@ self.repo_update = argv.flag?('repo-update') super end def run - LgPodPlugin.install({ :verbose => self.log, :repo_update => self.repo_update }) + LgPodPlugin::Main.run("install",{ :verbose => self.log, :repo_update => self.repo_update }) end end end end \ No newline at end of file