Skip to content

Commit

Permalink
add missing space after APP_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Robeson committed Mar 7, 2015
1 parent bec5aba commit 1ceb2ca
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
Expand Up @@ -16,7 +16,7 @@

############################ SETUP PARAMETERS
app_name='spf13-vim'
[ -z "$APP_PATH"] && APP_PATH="$HOME/.spf13-vim-3"
[ -z "$APP_PATH" ] && APP_PATH="$HOME/.spf13-vim-3"
[ -z "$REPO_URI" ] && REPO_URI='https://github.com/spf13/spf13-vim.git'
[ -z "$REPO_BRANCH" ] && REPO_BRANCH='3.0'
debug_mode='0'
Expand Down

0 comments on commit 1ceb2ca

Please sign in to comment.