]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7988 fix a few buglets
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 19 Aug 2015 19:58:05 +0000 (14:58 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 19 Aug 2015 19:58:13 +0000 (14:58 -0500)
support-d/utils/filebug.pl

index a2e095c50700cae14dd224a74fd3dfd178adfdac..1f42a8da2103be2b211aca05a786c9f64bad9ffe 100755 (executable)
@@ -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}
     },
 };