@@ -70,6 +70,7 @@ class Comparer
if (!is_array($source)) {
return;
}
+ chdir($currentDirectory);
chdir($this->update);
$destination = $this->doTree('.', $destination);
if (!is_array($destination)) {