Skip to content

Commit c35a958

Browse files
authored
Merge pull request #153 from ljagiello/auth_token-lookup-typo
Vault.auth_token.lookup typo
2 parents f11ed41 + 2be043c commit c35a958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/vault/api/auth_token.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def create_with_role(name, options = {})
102102
# Lookup information about the current token.
103103
#
104104
# @example
105-
# Vault.auth_token.lookup_self("abcd-...") #=> #<Vault::Secret lease_id="">
105+
# Vault.auth_token.lookup("abcd-...") #=> #<Vault::Secret lease_id="">
106106
#
107107
# @param [String] token
108108
# @param [Hash] options

0 commit comments

Comments
 (0)