mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 03:52:23 +00:00
Typo
This commit is contained in:
parent
954b6a36a3
commit
8ebb214ec4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue