fix ${HOME} typo
This commit is contained in:
parent
11fa15fc3b
commit
8e1b0812f2
|
@ -114,7 +114,7 @@ Example:
|
||||||
shell_lines:
|
shell_lines:
|
||||||
- line: "testline"
|
- line: "testline"
|
||||||
state: absent
|
state: absent
|
||||||
- line: "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh"
|
- line: 'export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh"'
|
||||||
state: present
|
state: present
|
||||||
- line: "alias ls='ls lah'"
|
- line: "alias ls='ls lah'"
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue