Skip to content

Commit

Permalink
Issue #62: Allow users to define a custom Task Runner configuration a…
Browse files Browse the repository at this point in the history
…vailable in their home directory.
  • Loading branch information
drupol committed Jul 3, 2018
1 parent 1a31c93 commit 248794b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TaskRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ private function createConfiguration()
__DIR__.'/../config/runner.yml',
'runner.yml.dist',
'runner.yml',
getenv('HOME').'/.config/runner/runner.yml',
], $config);

return $config;
Expand Down

0 comments on commit 248794b

Please sign in to comment.