mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 05:46:37 +00:00
chore: fix function names in comment (#7633)
Signed-off-by: clonefetch <c0217@outlook.com>
This commit is contained in:
@@ -39,7 +39,7 @@ func (f *fakeCredentialsFileStore) Path(*corev1api.SecretKeySelector) (string, e
|
||||
return f.path, f.err
|
||||
}
|
||||
|
||||
// NewFakeCredentialFileStore creates a FileStore which will return the given path
|
||||
// NewFakeCredentialsFileStore creates a FileStore which will return the given path
|
||||
// and error when Path is called.
|
||||
func NewFakeCredentialsFileStore(path string, err error) FileStore {
|
||||
return &fakeCredentialsFileStore{
|
||||
|
||||
Reference in New Issue
Block a user