Skip to content

Commit 7e93dc0

Browse files
authored
Merge pull request #6 from ddevadat/pr-670-fix-1
docs: corrected typo error in comments
2 parents 7ca1b9c + 80d1b25 commit 7e93dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/backends/ocivault.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func NewOCIVaultBackend(secret_client OCISecretIface,vault_client OCIVaultIface,
4343
}
4444
}
4545

46-
// Login does nothing as a "login" is handled on the instantiation of the aws sdk
46+
// Login does nothing as a "login" is handled on the instantiation of the oci sdk
4747
func (oci *OCIVault) Login() error {
4848
return nil
4949
}

0 commit comments

Comments
 (0)