Explorar el Código

fix minor typo

radnan hace 12 años
padre
commit
a92ceaf4fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Composer/Util/NoProxyPattern.php

+ 1 - 1
src/Composer/Util/NoProxyPattern.php

@@ -57,7 +57,7 @@ class NoProxyPattern
             $match = false;
 
             if ($rule == '*') {
-                $match - true;
+                $match = true;
             } else {
                 list($ruleHost) = explode(':', $rule);
                 list($base) = explode('/', $ruleHost);