Skip to content

Commit

Permalink
Remove erroneuos warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Nov 1, 2023
1 parent 80b9e35 commit 0a4393b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pkg/packager/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ func (p *Packager) attemptClusterChecks() (err error) {
if existingInitPackage, _ := p.cluster.GetDeployedPackage("init"); existingInitPackage != nil {
// Use the build version instead of the metadata since this will support older Zarf versions
deprecated.PrintBreakingChanges(existingInitPackage.Data.Build.Version)
} else {
message.Warnf("Unable to retrieve the initialized Zarf version. There is potential for breaking changes.")
}

spinner.Success()
Expand Down

0 comments on commit 0a4393b

Please sign in to comment.