X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fpharext%2FSourceDir%2FGit.php;h=8e35bf9b3f50fb292501f6c02652f090397685e8;hb=861260c111bff72f60665393660b6f5375559510;hp=531aa6535f6e29c1b114945e973f8ad819968940;hpb=b6364a5f8842b1a7a8448f8c0763be7688745aea;p=pharext%2Fpharext diff --git a/src/pharext/SourceDir/Git.php b/src/pharext/SourceDir/Git.php index 531aa65..8e35bf9 100644 --- a/src/pharext/SourceDir/Git.php +++ b/src/pharext/SourceDir/Git.php @@ -55,7 +55,7 @@ class Git implements \IteratorAggregate, SourceDir } /* there may be symlinks, so no realpath here */ if (!file_exists("$path/$file")) { - $this->cmd->error("File %s does not exist in %s\n", $file, $path); + $this->cmd->warn("File %s does not exist in %s\n", $file, $path); } yield "$path/$file"; }