diff --git a/cmd/step/main.go b/cmd/step/main.go index ac18df4..291346f 100644 --- a/cmd/step/main.go +++ b/cmd/step/main.go @@ -31,7 +31,7 @@ func main () { // set up the environment environment := step.Environment { } - environment.FuncProviders = providers.All() + environment.Providers = providers.All() err := environment.Init(context.Background()) handleErr(cmd, err)