lib/seira/setup.rb in seira-0.4.2 vs lib/seira/setup.rb in seira-0.4.3

- old
+ new

@@ -20,10 +20,10 @@ if target == 'status' run_status exit(0) elsif target == 'all' - puts "We will now set up gcloud and kubectl for each project. We use a distinct GCP Project for each environment, which are specified in .seira.yml." + puts "We will now set up gcloud and kubectl for each project. Each cluster is specified in .seira.yml." settings.valid_cluster_names.each do |cluster| setup_cluster(cluster) end elsif settings.valid_cluster_names.include?(target) puts "We will now set up gcloud and kubectl for #{target}"