We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c08529 commit 730d5e2Copy full SHA for 730d5e2
pkg/shell-operator/bootstrap.go
@@ -22,7 +22,7 @@ import (
22
// Init initialize logging, ensures directories and creates
23
// a ShellOperator instance with all dependencies.
24
func Init(logger *log.Logger) (*ShellOperator, error) {
25
- appcfg := app.NewConfig()
+ appcfg := app.MustGetConfig()
26
err := appcfg.Parse()
27
if err != nil {
28
return nil, fmt.Errorf("shell-operator config parse: %w", err)
0 commit comments