Skip to content

Commit 1c086f3

Browse files
author
Leonid Poluyanov
committed
MAGETWO-45652: Can't Deploy Sample Data After "composer create-project"
1 parent f68ad89 commit 1c086f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SampleData/Console/Command/SampleDataDeployCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
8080
$sampleDataPackages = $this->sampleDataDependency->getSampleDataPackages();
8181
if (!empty($sampleDataPackages)) {
8282
$baseDir = $this->filesystem->getDirectoryRead(DirectoryList::ROOT)->getAbsolutePath();
83-
$commonArgs = ['--working-dir' => $baseDir, '--no-interaction' => 1, '--no-progress' => 1];
83+
$commonArgs = ['--working-dir' => $baseDir, '--no-progress' => 1];
8484
$packages = [];
8585
foreach ($sampleDataPackages as $name => $version) {
8686
$packages[] = "$name:$version";

0 commit comments

Comments
 (0)