Fixing a typo in the path name of oh-my-zsh.
This commit is contained in:
parent
5e06907ee8
commit
033f230a9d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ zsh-history-substring-search:
|
|||
oh-my-zshell:
|
||||
git.latest:
|
||||
- name: https://github.com/robbyrussell/oh-my-zsh.git
|
||||
- target: {{ grains.homedir }}/.oh-my-zshell
|
||||
- target: {{ grains.homedir }}/.oh-my-zsh
|
||||
- user: {{ grains.user }}
|
||||
|
||||
{{ grains.user }}:
|
||||
|
|
Loading…
Reference in a new issue