fix ${HOME} typo

This commit is contained in:
Bryan Black 2018-09-03 03:50:49 -07:00 committed by GitHub
parent 63c5cb817b
commit f425969a79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ users:
- file: key1
state: present
bash_lines:
- line: "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh"
- line: 'export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh"'
state: present
- line: "alias ls='ls lah'"
state: present