Skip to content

Commit

Permalink
fix ${HOME} typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reelsense committed Sep 3, 2018
1 parent 63c5cb8 commit f425969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f425969

Please sign in to comment.