1
0
Fork 0

Fix reference to invalid branch name variable

pull/111/head
Jeremy Mikola 2011-11-16 01:03:01 -05:00
parent f3f94094f3
commit be6b748426
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);
}
/**