lib/command/install.rb in lg_pod_plugin-1.1.6.7 vs lib/command/install.rb in lg_pod_plugin-1.1.7.3
- old
+ new
@@ -40,10 +40,10 @@
def initialize(argv)
self.log = argv.flag?('verbose')
repo_flag = argv.flag?('repo-update')
if repo_flag.nil?
- self.repo_update = true
+ self.repo_update = false
else
self.repo_update = repo_flag
end
if argv.flag?('clean-install').nil?
@clean_install = false