lib/vagrant-orchestrate/command/init.rb in vagrant-orchestrate-0.3.0 vs lib/vagrant-orchestrate/command/init.rb in vagrant-orchestrate-0.3.1

- old
+ new

@@ -178,10 +178,11 @@ environments: environments) write_file("servers.json", contents, options) @env.ui.info("You've created an environment aware configuration.") @env.ui.info("To complete the process you need to do the following: ") @env.ui.info(" 1. Add the target servers to servers.json") - @env.ui.info(" 2. Create a git branch for each environment") + @env.ui.info(" 2. Commit your changes") + @env.ui.info(" 3. Create a git branch for each environment") environments.each do |env| @env.ui.info(" git branch #{env}") end end