Jordi Boggiano %!s(int64=11) %!d(string=hai) anos
pai
achega
d97e00643f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Command/SelfUpdateCommand.php

+ 1 - 1
src/Composer/Command/SelfUpdateCommand.php

@@ -217,7 +217,7 @@ EOT
             ->depth(0)
             ->files()
             ->name('*' . self::OLD_INSTALL_EXT)
-            ->in($dir);
+            ->in($rollbackDir);
 
         return $finder;
     }