fix go lint
Some checks failed
Build / docker (push) Failing after 8s

This commit is contained in:
2025-01-26 13:54:41 +01:00
parent fc028a2c55
commit 75b809511e
8 changed files with 14 additions and 15 deletions

View File

@@ -38,7 +38,6 @@ var rootCmd = &cobra.Command{
Example: utils.MainExample,
Version: appVersion,
}
var operation = ""
// Execute adds all child commands to the root command and sets flags appropriately.
// This is called by main.main(). It only needs to happen once to the rootCmd.