Skip to content

Commit

Permalink
Update bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferhat committed Jul 22, 2013
1 parent c102fb7 commit c5a5bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
############################ SETUP PARAMETERS
declare -a required=('vim' 'git' 'vundle');
required=('vim' 'git' 'vundle');
app_name='spf13-vim'
git_branch='3.0'
debug_mode='0'
Expand Down

0 comments on commit c5a5bf7

Please sign in to comment.