major refactoring under the hood
[pharext/pharext] / src / pharext / SourceDir / Git.php
index 531aa6535f6e29c1b114945e973f8ad819968940..8e35bf9b3f50fb292501f6c02652f090397685e8 100644 (file)
@@ -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";
                                }