fix ${HOME} typo
This commit is contained in:
parent
8e1b0812f2
commit
63c5cb817b
|
@ -20,7 +20,7 @@
|
|||
# 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
|
||||
|
@ -29,5 +29,5 @@
|
|||
# - file: key2
|
||||
# state: absent
|
||||
# shell_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
|
||||
|
|
Loading…
Reference in a new issue