From 75c00b5500ed1a2962c4ce305eabbbec6fb645fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ju=C3=A1rez?= Date: Mon, 27 Jul 2015 07:57:10 -0700 Subject: [PATCH] Update run_config.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changing url.. ñ_ñ --- run_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_config.sh b/run_config.sh index 02499d9..41b0dda 100644 --- a/run_config.sh +++ b/run_config.sh @@ -31,7 +31,7 @@ then fi echo "\033[0;34mCloning .vim from sohjiro repository...\033[0m" -hash git >/dev/null && /usr/bin/env git clone git@github.com:sohjiro/.vim.git ~/.vim || { +hash git >/dev/null && /usr/bin/env git clone https://github.com/sohjiro/.vim.git ~/.vim || { echo "git not installed" exit }