fix ${HOME} typo
This commit is contained in:
parent
11fa15fc3b
commit
8e1b0812f2
|
@ -114,7 +114,7 @@ Example:
|
|||
shell_lines:
|
||||
- line: "testline"
|
||||
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
|
||||
- line: "alias ls='ls lah'"
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue