Skip to content

Commit

Permalink
Update release steps total count to 11
Browse files Browse the repository at this point in the history
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
  • Loading branch information
puerco committed Nov 2, 2021
1 parent 558608d commit 111ab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/anago/anago.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func (r *Release) Run() error {
return errors.Wrap(err, "init log file")
}

logger := log.NewStepLogger(10)
logger := log.NewStepLogger(11)
logger.Infof("Using krel version:\n%s", version.Get().String())

logger.WithStep().Info("Validating options")
Expand Down

0 comments on commit 111ab37

Please sign in to comment.