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 a4d7adf commit eea8052
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 @@ -162,6 +162,7 @@ private function createConfiguration()
__DIR__.'/../config/runner.yml',
'runner.yml.dist',
'runner.yml',
getenv('HOME') . '/.config/runner/runner.yml',
]);
}

Expand Down

0 comments on commit eea8052

Please sign in to comment.