Skip to content

Commit

Permalink
MAGETWO-69232: Fixes Typo #9657
Browse files Browse the repository at this point in the history
  • Loading branch information
vrann authored May 17, 2017
2 parents e513ab5 + ce6144b commit c20ab4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
. PHP_EOL . 'In "default" and "developer" modes static contents are being deployed '
. 'automatically on demand.'
. PHP_EOL . 'If you still want to deploy in these modes, use -f option: '
. "'bin/magento setup:deploy:static-content -f'"
. "'bin/magento setup:static-content:deploy -f'"
)
);
}
Expand Down

0 comments on commit c20ab4d

Please sign in to comment.