lib/travis/cli/command.rb in travis-1.7.5.travis.658.5 vs lib/travis/cli/command.rb in travis-1.7.5

- old
+ new

@@ -171,10 +171,10 @@ if config['checked_completion'] Tools::Completion.update_completion if config['completion_version'] != Travis::VERSION else write_to($stderr) do next Tools::Completion.update_completion if Tools::Completion.completion_installed? - next unless agree('Shell completion not installed. Would you like to like to install it now? ') { |q| q.default = "y" } + next unless agree('Shell completion not installed. Would you like to install it now? ') { |q| q.default = "y" } Tools::Completion.install_completion end end config['checked_completion'] = true