Skip to content

Commit 022f802

Browse files
authored
Merge pull request #31 from fnaoto/2022-12-08
Fix provider config.
2 parents 6318a74 + 35d2907 commit 022f802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploygate/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ func providerConfigure(p *schema.Provider) schema.ConfigureContextFunc {
4949
return nil, diag.FromErr(err)
5050
}
5151

52-
return config.client, nil
52+
return config, nil
5353
}
5454
}

0 commit comments

Comments
 (0)