chiark / gitweb /
Slightly better message when .dsc not found.
[dgit.git] / dgit
diff --git a/dgit b/dgit
index f1d59f61b3052dbdb188d5ab64902eec9df565a4..ee82cd06485146a85a3a69d9d890de439cbaeacf 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -3812,7 +3812,7 @@ END
 
     my $dscpath = "$buildproductsdir/$dscfn";
     stat_exists $dscpath or
-       fail "looked for .dsc $dscfn, but $!;".
+       fail "looked for .dsc $dscpath, but $!;".
            " maybe you forgot to build";
 
     responder_send_file('dsc', $dscpath);