providers/import: Reading the config actually works now

This commit is contained in:
Sasha Koshka 2024-12-12 00:27:34 -05:00
parent 876c7d1a1b
commit 58c9266dd6

View File

@ -21,6 +21,7 @@ func (this *Provider) Package () string {
}
func (this *Provider) Configure (config step.Meta) error {
this.config = config
return nil
}