mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 12:54:26 +02:00
Merge pull request #3812 from Icinga/fix/cli-css-path
CLI: Fix CSS path
This commit is contained in:
commit
dbd5e064ff
@ -83,7 +83,7 @@ class StyleSheet
|
||||
$app = Icinga::app();
|
||||
$this->app = $app;
|
||||
$this->lessCompiler = new LessCompiler();
|
||||
$this->pubPath = $app->getBootstrapDirectory();
|
||||
$this->pubPath = $app->getBaseDir('public');
|
||||
$this->collect();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user