Skip to content

Commit b76b365

Browse files
Fixes incorrect styles.css being installed in the ThemeSampleData bundle.
1 parent 7b1493f commit b76b365

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)