We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34510cb commit 64a730fCopy full SHA for 64a730f
builder/oci/config.go
@@ -220,7 +220,7 @@ func (c *Config) Prepare(raws ...interface{}) error {
220
// is assigned to c.configProvider otherwise testing fails because Instance
221
// Principals cannot be obtained.
222
if c.configProvider == nil {
223
- // Even though the previous configuraion checks might fail we don't want
+ // Even though the previous configuration checks might fail we don't want
224
// to skip this step. It seems that the logic behind the checks in this
225
// file is to check everything even getting the configProvider.
226
c.configProvider, err = ociauth.InstancePrincipalConfigurationProvider()
0 commit comments