lib/pod/command/keys/list.rb in cocoapods-keys-1.6.0 vs lib/pod/command/keys/list.rb in cocoapods-keys-1.6.1
- old
+ new
@@ -29,10 +29,10 @@
def display_current_keyring(keyring)
UI.puts "Keys for #{keyring.name}"
data = keyring.keychain_data
data.each_with_index do |(key, value), index|
prefix = (index == data.length - 1) ? ' └ ' : ' ├ '
- UI.puts prefix + " #{key} - #{ value}"
+ UI.puts prefix + " #{key} - #{value}"
end
UI.puts
end
def display_keyring(keyring)