Skip to content

Commit

Permalink
more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Dec 18, 2012
1 parent 040bb9c commit f3847eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redmine
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ die "Couldn't download $issues_json " unless defined $content;
my $data = from_json($content);

for my $i ( @{ $$data{issues} } ) {
printf( "%s %s %s %s\n", $i->{fixed_version}{name}, $i->{id}, $i->{subject}, "- $base_url/issues/$i->{id}", );
printf( "%s %s %s\n - %s\n", $i->{fixed_version}{name}, $i->{id}, $i->{subject}, "$base_url/issues/$i->{id}", );
}

0 comments on commit f3847eb

Please sign in to comment.