summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index 2d63f45..6926c38 100755
--- a/dgit
+++ b/dgit
@@ -4399,7 +4399,6 @@ END
%s release %s for %s (%s) [dgit]
ENDT
or confess "$!";
- print TO "\n", $tag_metadata;
} elsif ($tw->{View} eq 'maint') {
print TO f_ <<END, $package, $cversion, $clogsuite, $csuite,
%s release %s for %s (%s)
@@ -4411,6 +4410,7 @@ END
} else {
confess Dumper($tw)."?";
}
+ print TO "\n", $tag_metadata;
close TO or confess "$!";