Skip to content

Commit

Permalink
provider: matching the behaviour of AAD
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jun 18, 2021
1 parent 0bbf5b6 commit da2baf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func providerConfigure(p *schema.Provider) schema.ConfigureContextFunc {
}

stopCtx, ok := schema.StopContext(ctx) //nolint:SA1019
if ok {
if !ok {
stopCtx = ctx
}

Expand Down

0 comments on commit da2baf0

Please sign in to comment.