Merge pull request #209 from foomo/foomo-squadron-2.7.1-fix

fix(foomo/squadron): typo
This commit is contained in:
Kevin Franklin Kim 2025-05-21 11:31:11 +02:00 committed by GitHub
commit cfbd033fa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,7 +253,7 @@ func NewCommand(l log.Logger, squadron *Squadron, kubectl *kubectl.Kubectl, op *
commonFlags(fs)
fs.Default().Bool("with-tags", false, "include tags")
fs.Default().Bool("with-charts", false, "include charts")
fs.Default().Bool("with-priorty", false, "include priorities")
fs.Default().Bool("with-priority", false, "include priorities")
fs.Default().Bool("with-builds", false, "include builds")
fs.Default().String("tags", "", "list of tags to include or exclude")
return nil