We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e54d39 commit 26902c0Copy full SHA for 26902c0
1 file changed
src/Service/StaticContentDeployer.php
@@ -49,10 +49,9 @@ public function deploy(
49
$io->text('Deploying static content...');
50
}
51
52
- $sanitizedThemeCode = escapeshellarg($themeCode);
53
$shellOutput = $this->shell->execute(
54
"php bin/magento setup:static-content:deploy -t %s -f --quiet",
55
- [$sanitizedThemeCode]
+ [$themeCode]
56
);
57
58
if ($isVerbose) {
0 commit comments