Skip to content

Commit

Permalink
Fixed typo (ezsystems#268)
Browse files Browse the repository at this point in the history
* Fixed typo

* fixup! Fixed typo
  • Loading branch information
vidarl authored and andrerom committed Feb 28, 2018
1 parent 4bf1f59 commit fd82803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .platform.app.yaml
Expand Up @@ -81,7 +81,7 @@ hooks:
touch web/var/.platform.installed
fi
# As we are deploying code changes we need to clear any kind of code/system cache
rm -f app/cache/*/*
rm -Rf app/cache/*/*.*
app/console cache:clear
# Example of addtional deploy hooks if you use doctrine and/or kaliop migration bundle
##app/console doctrine:migrations:migrate --no-interaction --allow-no-migration
Expand Down

0 comments on commit fd82803

Please sign in to comment.