Skip to content

Commit

Permalink
Fixed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
bmonkman committed Jun 23, 2020
1 parent d86950a commit 23a4af5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/apply/apply.go
Expand Up @@ -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?

Expand Down

0 comments on commit 23a4af5

Please sign in to comment.