Skip to content

Commit

Permalink
Merge pull request #173 from cxr0715/master
Browse files Browse the repository at this point in the history
install support verbose option
  • Loading branch information
Justin Martin authored Sep 30, 2024
2 parents a602226 + 0e2a1dc commit 0d73f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cocoapods/generate/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def install!
lockfile: configuration.lockfile, sandbox: nil,
sandbox_root: install_directory + 'Pods',
podfile_path: podfile.defined_in_file,
silent: !configuration.pod_config.verbose?, verbose: false,
silent: !configuration.pod_config.verbose?,
verbose: configuration.pod_config.verbose?,
lockfile_path: nil) do
installer = ::Pod::Installer.new(configuration.pod_config.sandbox, podfile, configuration.lockfile)
installer.use_default_plugins = configuration.use_default_plugins
Expand Down

0 comments on commit 0d73f24

Please sign in to comment.