From 23a4af5934af20b31fff2a751fc5fbbd246ff809 Mon Sep 17 00:00:00 2001 From: Bill Monkman Date: Tue, 23 Jun 2020 13:32:59 -0700 Subject: [PATCH] Fixed file name --- internal/apply/apply.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/internal/apply/apply.go b/internal/apply/apply.go index af14fe64e..3313d3854 100644 --- a/internal/apply/apply.go +++ b/internal/apply/apply.go @@ -33,9 +33,7 @@ Only a single environment may be suitable for an initial test, but for a real sy environments = promptEnvironments() } - validateEnvironments(environments) - - flog.Infof(":tada: Bootstrapping project %s. Please use the zero.yml file to modify the project as needed.", projectConfig.Name) + flog.Infof(":tada: Bootstrapping project %s. Please use the zero-project.yml file to modify the project as needed.", projectConfig.Name) flog.Infof("Cloud provider: %s", "AWS") // will this come from the config?