Skip to content

Commit bea8d2c

Browse files
author
Frank Martinez
authored
Merge pull request #11 from square-it/external_prop_resolve
Set the app property manager as the default property manager
2 parents 3a7956f + a7eff23 commit bea8d2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/app.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func New(config *Config, runner action.Runner, options ...Option) (*App, error)
3232
}
3333

3434
app.propManager = property.NewManager(properties)
35+
property.SetDefaultManager(app.propManager)
3536

3637
for _, option := range options {
3738
option(app)

0 commit comments

Comments
 (0)