Skip to content

Commit

Permalink
docs: Fixing typo in example (#705)
Browse files Browse the repository at this point in the history
Fixing typo:
relax_passwd_permissions -> correct
relax_password_permissions -> wrong

Signed-off-by: Steffen Scheib <[email protected]>
  • Loading branch information
sscheib authored Aug 21, 2024
1 parent 66a9f45 commit ebdf4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/definition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ Example ``options`` section:
entrypoint: '["dumb-init"]'
cmd: '["csh"]'
package_manager_path: /usr/bin/microdnf
relax_password_permissions: false
relax_passwd_permissions: false
skip_ansible_check: true
workdir: /myworkdir
user: bob
Expand Down

0 comments on commit ebdf4c6

Please sign in to comment.