Skip to content

Commit

Permalink
Fix typo in Vault client
Browse files Browse the repository at this point in the history
  • Loading branch information
m1so committed Dec 9, 2024
1 parent c01b23e commit 5c9ccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/clients/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TerraformSetupBuilder(tfProvider *schema.Provider) terraform.SetupFn {
}
return ps, errors.Wrap(
configureNoForkVaultClient(ctx, &ps, *tfProvider),
"failed to configure the no-fork GCP client",
"failed to configure the no-fork Vault client",
)
}
}
Expand Down

0 comments on commit 5c9ccc9

Please sign in to comment.