]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Typo
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 4 Oct 2016 15:12:45 +0000 (17:12 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 4 Oct 2016 15:12:45 +0000 (17:12 +0200)
docs/de/user/upgrade-2.0.x-2.1.y.rst

index 8ee2ae5975bd81b19bf0a4b42583d86aaad2c9d1..a30488f80aaa89c4f1c2c4fc08f02d4fbe07b03e 100644 (file)
@@ -14,7 +14,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm
     rm -rf var/cache/*
     git fetch origin
     git fetch --tags
-    git checkout 2.1.0 --force
+    git checkout 2.1.1 --force
     SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
     php bin/console doctrine:migrations:migrate --env=prod
     php bin/console cache:clear --env=prod