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 f425969 commit e291ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ users:
shell_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
Expand Down

0 comments on commit e291ce2

Please sign in to comment.