chiark / gitweb /
dgit-repos-server: tag2upload: Improve a message
[dgit.git] / infra / dgit-repos-server
index 811db69dd38021c3cb845ec781f6f8e81903cdfd..82b2c438a983968d7586e5cfa2929160c79934fd 100755 (executable)
@@ -1224,7 +1224,7 @@ END
        $distro_ok ||= $gotdistro eq $distro;
     };
 
-    $quit->("other distro") unless $distro_ok;
+    $quit->("not for this distro") unless $distro_ok;
 
     reject "missing \"$_\"" foreach keys %need;