зеркало из https://github.com/getsops/sops.git
Fix function name in comment
Signed-off-by: pullmerge <watchmessi@outlook.com>
This commit is contained in:
Родитель
648f6c503d
Коммит
2616205880
|
@ -317,7 +317,7 @@ func vaultClient(address, token string) (*api.Client, error) {
|
|||
return client, nil
|
||||
}
|
||||
|
||||
// userVaultsToken returns the token from `$HOME/.vault-token` if the file
|
||||
// userVaultToken returns the token from `$HOME/.vault-token` if the file
|
||||
// exists. It returns an error if the file exists but cannot be read from.
|
||||
// If the file does not exist, it returns an empty string.
|
||||
func userVaultToken() (string, error) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче