Skip to content

Commit

Permalink
align setup_fork_mode arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Robeson committed Mar 7, 2015
1 parent adefb4e commit bec5aba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ sync_repo "$APP_PATH" \
create_symlinks "$APP_PATH" \
"$HOME"

setup_fork_mode "$fork_maintainer" "$APP_PATH" "$HOME"
setup_fork_mode "$fork_maintainer" \
"$APP_PATH" \
"$HOME"

sync_repo "$HOME/.vim/bundle/vundle" \
"$VUNDLE_URI" \
Expand Down

0 comments on commit bec5aba

Please sign in to comment.