Browse Source

fix minor typo

radnan 12 years ago
parent
commit
a92ceaf4fe
1 changed files with 1 additions and 1 deletions
  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);