Skip to content

Commit ce6144b

Browse files
author
Oleksii Korshenko
committed
MAGETWO-69232: Fixes Typo #9657
- Merge Pull Request #9657 from riconeitzel/magento2:patch-1
2 parents 51930d9 + 4a174ac commit ce6144b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Console/Command/DeployStaticContentCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
111111
. PHP_EOL . 'In "default" and "developer" modes static contents are being deployed '
112112
. 'automatically on demand.'
113113
. PHP_EOL . 'If you still want to deploy in these modes, use -f option: '
114-
. "'bin/magento setup:deploy:static-content -f'"
114+
. "'bin/magento setup:static-content:deploy -f'"
115115
)
116116
);
117117
}

0 commit comments

Comments
 (0)