From 5edcba6de839ee9aa48a0f49c177a773bf8dcbe7 Mon Sep 17 00:00:00 2001 From: Aaron Biggs Date: Mon, 18 Dec 2017 10:41:57 -0600 Subject: [PATCH] Fix custom install --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 63051e94a..2e922e316 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -61,7 +61,7 @@ main() { exit 1 fi fi - env git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git $ZSH || { + env git clone --depth=1 https://github.com/abiggs/oh-my-zsh.git $ZSH || { printf "Error: git clone of oh-my-zsh repo failed\n" exit 1 }