From 57a00fd356be721058d730db891501dcae04c7f0 Mon Sep 17 00:00:00 2001 From: Kumar McMillan Date: Wed, 18 Jan 2012 20:26:42 -0600 Subject: [PATCH] Typo in update command --- docs/topics/install-with-vagrant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/install-with-vagrant.rst b/docs/topics/install-with-vagrant.rst index be787b0495d..d2a688d6034 100644 --- a/docs/topics/install-with-vagrant.rst +++ b/docs/topics/install-with-vagrant.rst @@ -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.