chiark / gitweb /
dgit: push_mktags: Rename variable $dtxinfo
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 2d235a633fa9433d5febcf8b78ba2c9d7a62a4ec..de53faa381c8a2574bbbde96f332d19a6218f2c1 100755 (executable)
--- 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 "$!";