diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2021-09-24 10:18:11 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2021-09-24 10:18:11 +0000 |
| commit | 478d4ed982964f673821c85154dcefafee94b138 (patch) | |
| tree | e69834184772e191e9bdc4f531199cf3d083751d /cli | |
| parent | 25662318b611f5843618fd229661f63561f512e4 (diff) | |
fixes #197
Diffstat (limited to 'cli')
| -rwxr-xr-x | cli/studip-compat.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/studip-compat.php b/cli/studip-compat.php index 4abc67c..18b18c2 100755 --- a/cli/studip-compat.php +++ b/cli/studip-compat.php @@ -117,7 +117,7 @@ $reduce = function ($folder) { // Get rules if (!$version) { $rules = []; - foreach (glob(__DIR__ . '/compatbility-rules/*.php') as $file) { + foreach (glob(__DIR__ . '/compatibility-rules/*.php') as $file) { $version_rules = require $file; $rules = array_merge($rules, $version_rules); } |
