Skip to content

Commit 74e0482

Browse files
committed
Merge branch 'develop' of github.corp.magento.com:magento2/sample-data into MAGETWO-47395
2 parents 9924506 + 9457ec2 commit 74e0482

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)