Skip to content

Commit a538fa4

Browse files
committed
EQPS-416: magento-semver doesn't work correctly as standalone application
- Fixed incorrect pathing in CompareSourceCommand
1 parent 821b70f commit a538fa4

File tree

1 file changed

+1
-1
lines changed

1 file 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__ . '/../../build/core_dev/bootstrap.min.css');
215+
$css = file_get_contents(__DIR__ . '/../../src/bootstrap.min.css');
216216

217217
return <<<HEADER
218218
<!DOCTYPE html>

0 commit comments

Comments
 (0)