Skip to content

Commit

Permalink
Update run_config.sh
Browse files Browse the repository at this point in the history
Changing url.. ñ_ñ
  • Loading branch information
sohjiro committed Jul 27, 2015
1 parent 8d09a31 commit 75c00b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 75c00b5

Please sign in to comment.