From d3dbd3306d031ccd8f4752bc4972a2bc2189f08a Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 19 Aug 2015 14:58:05 -0500 Subject: [PATCH] FS-7988 fix a few buglets --- support-d/utils/filebug.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support-d/utils/filebug.pl b/support-d/utils/filebug.pl index a2e095c507..1f42a8da21 100755 --- a/support-d/utils/filebug.pl +++ b/support-d/utils/filebug.pl @@ -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} }, };