Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Typo in update command
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Jan 19, 2012
1 parent a12fea1 commit 57a00fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/install-with-vagrant.rst
Expand Up @@ -88,7 +88,7 @@ Updating Zamboni Code
To sync your repository with upstream changes, just update the code using git::

cd zamboni
git pull && git submodule --quiet && git submodule update --init --recursive
git pull && git submodule sync --quiet && git submodule update --init --recursive

Next, rebuild your VM so that any new requirements are installed and any new
DB migration scripts are run.
Expand Down

0 comments on commit 57a00fd

Please sign in to comment.