FS-7988 fix a few buglets

This commit is contained in:
Anthony Minessale 2015-08-19 14:58:05 -05:00
parent 876e8296cb
commit d3dbd3306d
1 changed files with 2 additions and 1 deletions

View File

@ -93,6 +93,7 @@ if (!$opts{user}) {
if (!$opts{pass} && !$opts{debug}) {
$opts{pass} = getpass();
print "\n";
}
my $jira;
@ -163,7 +164,7 @@ my $input = {
customfield_10024 => $opts{hash},
customfield_10025 => $opts{hash},
components => $opts{components_array},
affectsVersion => $opts{versions_array}
versions => $opts{versions_array}
},
};