We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86950a commit 23a4af5Copy full SHA for 23a4af5
1 file changed
internal/apply/apply.go
@@ -33,9 +33,7 @@ Only a single environment may be suitable for an initial test, but for a real sy
33
environments = promptEnvironments()
34
}
35
36
- validateEnvironments(environments)
37
-
38
- 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)
39
40
flog.Infof("Cloud provider: %s", "AWS") // will this come from the config?
41
0 commit comments