Commit 6c245b99 authored by terry%netscape.com's avatar terry%netscape.com

Fixed error message when version is invalid.

parent e3d2d003
......@@ -97,7 +97,7 @@ if (lsearch($::components{$prod}, $comp) < 0) {
Punt("component", $comp);
}
if (lsearch($::versions{$prod}, $version) < 0) {
Punt("version", $comp);
Punt("version", $version);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment