lib/timber/cli/installers.rb in timber-2.1.2 vs lib/timber/cli/installers.rb in timber-2.1.3

- old
+ new

@@ -51,11 +51,11 @@ end io.puts "" io.puts "Once you obtain your API key, you can run the installer like" io.puts "" - io.puts " #{IO::ANSI.colorize("bundle exec timber my-api-key", :blue)}" + io.puts " #{IO::ANSI.colorize("bundle exec timber install my-api-key", :blue)}" io.puts "" io.puts "See you soon! 🎈" io.puts "" else api.event(:api_key_provided) @@ -70,6 +70,6 @@ raise e end end end end -end \ No newline at end of file +end