fix pre-commit and cleanup
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user