Skip to content

Commit 64a730f

Browse files
spelling error (#128)
1 parent 34510cb commit 64a730f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/oci/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func (c *Config) Prepare(raws ...interface{}) error {
220220
// is assigned to c.configProvider otherwise testing fails because Instance
221221
// Principals cannot be obtained.
222222
if c.configProvider == nil {
223-
// Even though the previous configuraion checks might fail we don't want
223+
// Even though the previous configuration checks might fail we don't want
224224
// to skip this step. It seems that the logic behind the checks in this
225225
// file is to check everything even getting the configProvider.
226226
c.configProvider, err = ociauth.InstancePrincipalConfigurationProvider()

0 commit comments

Comments
 (0)