spaceship/lib/spaceship/spaceauth_runner.rb in fastlane-2.14.1 vs spaceship/lib/spaceship/spaceauth_runner.rb in fastlane-2.14.2

- old
+ new

@@ -48,13 +48,13 @@ yaml = cookies.to_yaml.gsub("\n", "\\n") puts "---" puts "" puts "Pass the following via the FASTLANE_SESSION environment variable:" - puts yaml.cyan.underlined + puts yaml.cyan.underline puts "" puts "" puts "Example:" - puts "export FASTLANE_SESSION='#{yaml}'".cyan.underlined + puts "export FASTLANE_SESSION='#{yaml}'".cyan.underline end end end