Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
fix for #112
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Tweitmann authored Mar 15, 2017
1 parent 099827c commit b05abba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
$iterator = $finder
->files()
->name('*.tpl')
->in(__DIR__ . '/shared');
->in(getcwd() . '/shared');
$tmpDir = sys_get_temp_dir();

/* @var $file \Symfony\Component\Finder\SplFileInfo */
Expand Down

0 comments on commit b05abba

Please sign in to comment.