Skip to content

Commit

Permalink
Fix: Output ANAYLYZING phase heading
Browse files Browse the repository at this point in the history
On newer platform API versions, the lifecyle is not printing an expected ANALYZING step header

Signed-off-by: Javier Romero <[email protected]>
  • Loading branch information
jromero committed Jun 30, 2022
1 parent ce23c65 commit ce8001f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lifecycle/creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ func (c *createCmd) Exec() error {
plan platform.BuildPlan
)
if c.platform.API().AtLeast("0.7") {
cmd.DefaultLogger.Phase("ANALYZING")
analyzerFactory := lifecycle.NewAnalyzerFactory(
c.platform.API(),
&cmd.APIVerifier{},
Expand Down

0 comments on commit ce8001f

Please sign in to comment.