Skip to content

Commit

Permalink
Fix: Output ANAYLYZING phase heading (#878)
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 authored Jun 30, 2022
1 parent ce23c65 commit 746b097
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 746b097

Please sign in to comment.