Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
fix(doctest) Always add Kitab output directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Aug 18, 2017
1 parent b3a2953 commit ec67593
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Bin/Run.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,7 @@ public function main()
$directories[] = 'Test';
}

if (is_dir($kitabOutputDirectory)) {
$directories[] = $kitabOutputDirectory;
}
$directories[] = $kitabOutputDirectory;
} else {
foreach ($directories as $directory) {
$kitabFinder->in($directory);
Expand Down

0 comments on commit ec67593

Please sign in to comment.