Skip to content

Commit 5b2bf13

Browse files
committed
set cache directory
1 parent f304d95 commit 5b2bf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
&& in_array($_SERVER['argv'][2], ['app', 'system', 'tests', 'utils'], true)
7171
&& is_dir('/tmp/rector-' . $_SERVER['argv'][2])
7272
) {
73-
$rectorConfig->cacheDirectory($_SERVER['argv'][2]);
73+
$rectorConfig->cacheDirectory('/tmp/rector-' . $_SERVER['argv'][2]);
7474
}
7575

7676
// paths to refactor; solid alternative to CLI arguments

0 commit comments

Comments
 (0)