From 033f230a9d600e7b659a2d01cdd9d6287b55d9ae Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Sat, 14 Jan 2017 14:08:49 -0500 Subject: [PATCH] Fixing a typo in the path name of oh-my-zsh. --- salty/base/zsh/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salty/base/zsh/init.sls b/salty/base/zsh/init.sls index b4cccfc..82e6456 100644 --- a/salty/base/zsh/init.sls +++ b/salty/base/zsh/init.sls @@ -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 }}: