From 09def124f0d1ae987a55657ec51e719dff6dbc31 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Wed, 21 May 2025 11:28:46 +0200 Subject: [PATCH] fix: typo --- foomo/squadron/v2/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foomo/squadron/v2/command.go b/foomo/squadron/v2/command.go index d27b119..af37d8c 100644 --- a/foomo/squadron/v2/command.go +++ b/foomo/squadron/v2/command.go @@ -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