fix pre-commit and cleanup

This commit is contained in:
Kjeld Schouten
2024-10-19 15:18:05 +02:00
parent 2acb59c9dc
commit 4ab41d42f2
203 changed files with 8456 additions and 8484 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
package cmd
import (
"github.com/spf13/cobra"
"github.com/spf13/cobra"
)
var fluxBootstrap = &cobra.Command{
Use: "fluxBootstrap",
Short: "bootstrapFluxCD",
Use: "fluxBootstrap",
Short: "bootstrapFluxCD",
}
func init() {
RootCmd.AddCommand(fluxBootstrap)
RootCmd.AddCommand(fluxBootstrap)
}