Skip to content

Commit

Permalink
BC BREAK: rename git_uri to REPO_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Robeson committed Mar 7, 2015
1 parent e537ca5 commit 99a56d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
############################ SETUP PARAMETERS
app_name='spf13-vim'
[ -z "$APP_PATH"] && APP_PATH="$HOME/.spf13-vim-3"
[ -z "$git_uri" ] && git_uri='https://github.com/spf13/spf13-vim.git'
[ -z "$REPO_URI" ] && REPO_URI='https://github.com/spf13/spf13-vim.git'
[ -z "$REPO_BRANCH" ] && REPO_BRANCH='3.0'
debug_mode='0'
fork_maintainer='0'
Expand Down Expand Up @@ -171,7 +171,7 @@ do_backup "$HOME/.vim" \
"$HOME/.gvimrc"

sync_repo "$APP_PATH" \
"$git_uri" \
"$REPO_URI" \
"$REPO_BRANCH" \
"$app_name"

Expand Down

0 comments on commit 99a56d8

Please sign in to comment.