Skip to content

Commit 29e98ef

Browse files
committed
Fixed CSS path and moved CSS file
1 parent a538fa4 commit 29e98ef

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Console/Command/CompareSourceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private function validateAllowedLevel($input)
212212
*/
213213
private function getHtmlHeader()
214214
{
215-
$css = file_get_contents(__DIR__ . '/../../src/bootstrap.min.css');
215+
$css = file_get_contents(__DIR__ . '/css/bootstrap.min.css');
216216

217217
return <<<HEADER
218218
<!DOCTYPE html>
File renamed without changes.

0 commit comments

Comments
 (0)