We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a7956f + a7eff23 commit bea8d2cCopy full SHA for bea8d2c
1 file changed
app/app.go
@@ -32,6 +32,7 @@ func New(config *Config, runner action.Runner, options ...Option) (*App, error)
32
}
33
34
app.propManager = property.NewManager(properties)
35
+ property.SetDefaultManager(app.propManager)
36
37
for _, option := range options {
38
option(app)
0 commit comments