Skip to content

Commit 23a4af5

Browse files
committed
Fixed file name
1 parent d86950a commit 23a4af5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

internal/apply/apply.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ Only a single environment may be suitable for an initial test, but for a real sy
3333
environments = promptEnvironments()
3434
}
3535

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)
36+
flog.Infof(":tada: Bootstrapping project %s. Please use the zero-project.yml file to modify the project as needed.", projectConfig.Name)
3937

4038
flog.Infof("Cloud provider: %s", "AWS") // will this come from the config?
4139

0 commit comments

Comments
 (0)