Skip to content

Commit

Permalink
rename clone_repo to sync_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Robeson committed Mar 7, 2015
1 parent 0024ba4 commit e13ba0f
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 @@ -100,7 +100,7 @@ upgrade_repo() {
debug
}

clone_repo() {
sync_repo() {
if [ ! -e "$app_dir" ]; then
git clone --recursive -b "$git_branch" "$git_uri" "$app_dir"
ret="$?"
Expand Down Expand Up @@ -185,7 +185,7 @@ do_backup "Your old vim stuff has a suffix now and looks like .vim.`date +%Y%m
"$HOME/.vimrc" \
"$HOME/.gvimrc"

clone_repo "Successfully cloned $app_name"
sync_repo "Successfully cloned $app_name"

create_symlinks "Setting up vim symlinks"

Expand Down

0 comments on commit e13ba0f

Please sign in to comment.