From a82971141304de16f098867e04d76b43e1a07723 Mon Sep 17 00:00:00 2001 From: klmp200 Date: Mon, 18 Jul 2016 01:43:20 +0200 Subject: [PATCH] Fixed bug --- install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.pl b/install.pl index 02477e0..5445bbf 100755 --- a/install.pl +++ b/install.pl @@ -16,4 +16,4 @@ select STDIN; close $vimrc; -`git clone https://github.com/gmarik/vundle.git $ENV{'HOME'}.vim/bundle/vundle` +`git clone https://github.com/gmarik/vundle.git $ENV{'HOME'}/.vim/bundle/vundle`