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.
2 parents 7ca1b9c + 80d1b25 commit 7e93dc0Copy full SHA for 7e93dc0
pkg/backends/ocivault.go
@@ -43,7 +43,7 @@ func NewOCIVaultBackend(secret_client OCISecretIface,vault_client OCIVaultIface,
43
}
44
45
46
-// Login does nothing as a "login" is handled on the instantiation of the aws sdk
+// Login does nothing as a "login" is handled on the instantiation of the oci sdk
47
func (oci *OCIVault) Login() error {
48
return nil
49
0 commit comments