Skip to content

Commit

Permalink
Merge branch 'hostfix/create-password-file' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zellio committed Oct 27, 2021
2 parents 895f5fc + 42b8a82 commit 4d056c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-vault.el
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ commandline flag for it."
(match-string 1 content))))
))

(defun ansible-vault--create-password-file (password-file)
(defun ansible-vault--create-password-file (password)
"Generate a temporary file to store PASSWORD.
The generated file is located in TMPDIR, and is marked read-only
Expand Down

0 comments on commit 4d056c9

Please sign in to comment.