Signed-off-by: pullmerge <watchmessi@outlook.com>
This commit is contained in:
pullmerge 2024-04-14 10:53:31 +08:00
Родитель 648f6c503d
Коммит 2616205880
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {