Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing onepasswordDetailsFields typo in the HOWTO docs #883

Merged
merged 1 commit into from
Sep 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixing onepasswordDetailsFields typo in the HOWTO docs
  • Loading branch information
elazkani committed Sep 6, 2020
commit 460c4ed937b2e056693c31f6bd33697580fa4803
2 changes: 1 addition & 1 deletion cmd/docs.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ Then you can access `details.password` with the syntax:
Login details fields can be retrieved with the `onepasswordDetailsFields`
function, for example:

{{- (onepasswordDetailsField "uuid").password.value }}
{{- (onepasswordDetailsFields "uuid").password.value }}

Documents can be retrieved with:

Expand Down