summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgit b/dgit
index 2d235a6..de53faa 100755
--- a/dgit
+++ b/dgit
@@ -4361,7 +4361,7 @@ sub push_mktags ($$ $$ $) {
# We make the git tag by hand because (a) that makes it easier
# to control the "tagger" (b) we can do remote signing
my $authline = clogp_authline $clogp;
- my $delibs = join(" ", "",@deliberatelies);
+ my $dtxinfo = join(" ", "",@deliberatelies);
my $mktag = sub {
my ($tw) = @_;
@@ -4383,7 +4383,7 @@ END
ENDT
or confess "$!";
print TO <<END or confess "$!";
-[dgit distro=$declaredistro$delibs]
+[dgit distro=$declaredistro$dtxinfo]
END
foreach my $ref (sort keys %previously) {
print TO <<END or confess "$!";