Skip to content

Commit 9457ec2

Browse files
committed
Merge pull request magento#13 from magento-goinc/MAGETWO-47774
[SWAT] Merge public pull request MAGETWO-47774
2 parents b0e9a8c + e9c189d commit 9457ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ThemeSampleData/Setup/Installer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function __construct(
4949
public function install()
5050
{
5151
$this->assignTheme();
52-
$this->css->install(['Magento_CmsSampleData::fixtures/styles.css' => 'styles.css']);
52+
$this->css->install(['Magento_ThemeSampleData::fixtures/styles.css' => 'styles.css']);
5353
}
5454

5555
/**
@@ -71,4 +71,4 @@ protected function assignTheme()
7171
}
7272
}
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)