Skip to content

Commit

Permalink
Fix function name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: pullmerge <[email protected]>
  • Loading branch information
pullmerge committed Apr 14, 2024
1 parent 648f6c5 commit 2616205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcvault/keysource.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2616205

Please sign in to comment.