Skip to content

Commit

Permalink
renamed command name
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Oct 30, 2018
1 parent d404839 commit 011a943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"scripts": {
"auto-scripts": [
"bin/console assets:install --relative",
"bin/console assets-install --relative",
"npm install"
],
"post-install-cmd": [
Expand Down
4 changes: 2 additions & 2 deletions module/Core/config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@
],
],
],
'assets:install' => [
'assets-install' => [
'options' => [
'route' => 'assets:install [--symlink] [--relative] [<target>]',
'route' => 'assets-install [--symlink] [--relative] [<target>]',
'defaults' => [
'controller' => AssetsInstallController::class,
'action' => 'index'
Expand Down

0 comments on commit 011a943

Please sign in to comment.