提交 d3dbd330 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7988 fix a few buglets

上级 876e8296
...@@ -93,6 +93,7 @@ if (!$opts{user}) { ...@@ -93,6 +93,7 @@ if (!$opts{user}) {
if (!$opts{pass} && !$opts{debug}) { if (!$opts{pass} && !$opts{debug}) {
$opts{pass} = getpass(); $opts{pass} = getpass();
print "\n";
} }
my $jira; my $jira;
...@@ -163,7 +164,7 @@ my $input = { ...@@ -163,7 +164,7 @@ my $input = {
customfield_10024 => $opts{hash}, customfield_10024 => $opts{hash},
customfield_10025 => $opts{hash}, customfield_10025 => $opts{hash},
components => $opts{components_array}, components => $opts{components_array},
affectsVersion => $opts{versions_array} versions => $opts{versions_array}
}, },
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论