${HOME} typo

This commit is contained in:
Bryan Black 2018-09-03 03:44:58 -07:00 committed by GitHub
parent 190f5b8562
commit a03c4a6b18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ users:
bash_lines:
- line: "#testline"
state: present
- 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