Merge pull request #2 from zarath/bugfix/correct_indent

Yaml indentation fixed
This commit is contained in:
Lars Kellogg-Stedman 2019-11-19 12:20:33 -05:00 committed by GitHub
commit 9b83a4a2c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,10 +44,10 @@ DOCUMENTATION = """
field: field:
description: field to return from bitwarden description: field to return from bitwarden
default: 'password' default: 'password'
custom_field: custom_field:
description: If True, look up named field in custom fields instead description: If True, look up named field in custom fields instead
of top-level dictionary. of top-level dictionary.
sync: sync:
description: If True, call `bw sync` before lookup description: If True, call `bw sync` before lookup
""" """