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 821b70f commit a538fa4Copy full SHA for a538fa4
src/Console/Command/CompareSourceCommand.php
@@ -212,7 +212,7 @@ private function validateAllowedLevel($input)
212
*/
213
private function getHtmlHeader()
214
{
215
- $css = file_get_contents(__DIR__ . '/../../build/core_dev/bootstrap.min.css');
+ $css = file_get_contents(__DIR__ . '/../../src/bootstrap.min.css');
216
217
return <<<HEADER
218
<!DOCTYPE html>
0 commit comments