Jordi Boggiano 10 years ago
parent
commit
d97e00643f
1 changed files with 1 additions and 1 deletions
  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;
     }