1
0
Fork 0

Merge pull request #111 from jmikola/patch-1

Fix reference to invalid branch name variable
pull/115/head
Jordi Boggiano 2011-11-16 00:26:22 -08:00
commit 5e311303e2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class VersionParser
return str_replace('x', '9999999', $version).'-dev';
}
throw new \UnexpectedValueException('Invalid branch name '.$branch);
throw new \UnexpectedValueException('Invalid branch name '.$name);
}
/**