add --all to the git pill in UPGRADE.mojo
authorDirk Koopman <djk@tobit.co.uk>
Thu, 9 Jul 2020 21:29:22 +0000 (22:29 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 9 Jul 2020 21:29:22 +0000 (22:29 +0100)
UPGRADE.mojo

index 156a5c28c88f6df702c3c1afb8439e8d8ed6a3c5..74fbd6b582731b61e92759edc471df8b214ada99 100644 (file)
@@ -184,7 +184,7 @@ having stopped the node:
 
    mkdir /spider/local_data
    git reset --hard
-   git pull
+   git pull --all
    git checkout --track -b mojo origin/mojo
 
 if you have not already done this: