We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e05a8 commit 171c9f5Copy full SHA for 171c9f5
tools/src/Config.php
@@ -34,7 +34,7 @@ public static function getArgs() {
34
if (isset($opts['repo'])) {
35
$repo_path = $opts['repo'];
36
} else {
37
- $repo_path = dirname(__FILE__) . DIRECTORY_SEPARATOR;
+ $repo_path = getcwd() . DIRECTORY_SEPARATOR;
38
}
39
40
return array(
0 commit comments