Skip to content

Commit

Permalink
cli: Fix the path to the clicommands
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Nov 14, 2014
1 parent 9b2bff4 commit ce69300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Cli/Loader.php
Expand Up @@ -66,7 +66,7 @@ class Loader
public function __construct(App $app)
{
$this->app = $app;
$this->coreAppDir = $app->getBaseDir('clicommands');
$this->coreAppDir = $app->getApplicationDir('clicommands');
}

/**
Expand Down

0 comments on commit ce69300

Please sign in to comment.