lib/preinstaller.rb in cocoapods-keys-1.3.0 vs lib/preinstaller.rb in cocoapods-keys-1.3.1

- old
+ new

@@ -36,10 +36,10 @@ ui.print ' > ' answer = ui.gets.strip break if answer.length > 0 end - UI.puts + ui.puts args = CLAide::ARGV.new([key, answer, keyring.name]) setter = Pod::Command::Keys::Set.new(args) setter.run end