Skip to content

Commit

Permalink
#47: use relative path for target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianheuer committed May 6, 2016
1 parent d9ed9b8 commit 90cee1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function getWorkingDirectory() {
* @return Directory
*/
public function getToolsDirectory() {
return $this->getWorkingDirectory()->child('tools');
return new Directory('tools');
}

/**
Expand Down

0 comments on commit 90cee1a

Please sign in to comment.