${HOME} typo
This commit is contained in:
parent
190f5b8562
commit
a03c4a6b18
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue