diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-04 17:12:45 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-04 17:12:45 +0200 |
commit | 8ebb214ec440db0d768fc67f860aec377ae5166d (patch) | |
tree | 90d192134cfbd027118c1975e7f49e36f7df04c5 /docs/de/user | |
parent | 954b6a36a3cb79cc2f4f4046f4cced80cfdcc5de (diff) | |
download | wallabag-8ebb214ec440db0d768fc67f860aec377ae5166d.tar.gz wallabag-8ebb214ec440db0d768fc67f860aec377ae5166d.tar.zst wallabag-8ebb214ec440db0d768fc67f860aec377ae5166d.zip |
Typo
Diffstat (limited to 'docs/de/user')
-rw-r--r-- | docs/de/user/upgrade-2.0.x-2.1.y.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/de/user/upgrade-2.0.x-2.1.y.rst b/docs/de/user/upgrade-2.0.x-2.1.y.rst index 8ee2ae59..a30488f8 100644 --- a/docs/de/user/upgrade-2.0.x-2.1.y.rst +++ b/docs/de/user/upgrade-2.0.x-2.1.y.rst | |||
@@ -14,7 +14,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm | |||
14 | rm -rf var/cache/* | 14 | rm -rf var/cache/* |
15 | git fetch origin | 15 | git fetch origin |
16 | git fetch --tags | 16 | git fetch --tags |
17 | git checkout 2.1.0 --force | 17 | git checkout 2.1.1 --force |
18 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 18 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
19 | php bin/console doctrine:migrations:migrate --env=prod | 19 | php bin/console doctrine:migrations:migrate --env=prod |
20 | php bin/console cache:clear --env=prod | 20 | php bin/console cache:clear --env=prod |