We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292d172 commit e9e7e68Copy full SHA for e9e7e68
cmd/root.go
@@ -3,8 +3,9 @@ package cmd
3
import (
4
"os"
5
6
- "github.com/openmcp-project/bootstrapper/internal/log"
7
"github.com/spf13/cobra"
+
8
+ "github.com/openmcp-project/bootstrapper/internal/log"
9
)
10
11
// RootCmd represents the base command when called without any subcommands
0 commit comments