Skip to content

Commit

Permalink
Fix a typo in the example .mage.yml in the README (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestit-ewieser authored and bestit-el-bardan committed Jan 29, 2018
1 parent ef2d4f8 commit 5392755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ magephp:
- shopware/update-plugins # Updates all (>=5.2 system) plugins on server(s).
- shopware/update-legacy-plugins: { sync_sources_folders: true } # Updates all (legacy) plugins on server(s). "Sources" are the Community/Local folders.
- shopware/migrate: { table_suffix: 'bestit', migration_dir: 'sql' } # Executes all SQL migrations on server(s). Both parameters are optional.
- shopware/command { cmd: 'sw:swaglicense:import ./licenses/licenses_prod.ini' } # Import licenses of license ini file into database, SwagLicense is needed for command
- shopware/command: { cmd: 'sw:swaglicense:import ./licenses/licenses_prod.ini' } # Import licenses of license ini file into database, SwagLicense is needed for command
- shopware/command: { cmd: 'sw:theme:cache:generate' } # Warms up the shopware theme cache on server(s).
```
Expand Down

0 comments on commit 5392755

Please sign in to comment.