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 6665298..ff6956e 100755
--- a/dgit
+++ b/dgit
@@ -852,7 +852,7 @@ sub dopush () {
my $changes = parsecontrol($changesfile,$changesfile);
foreach my $field (qw(Source Distribution Version)) {
$changes->{$field} eq $clogp->{$field} or
- fail "changes field $field \`$changes->{$field}'"
+ fail "changes field $field \`$changes->{$field}'".
" does not match changelog \`$clogp->{$field}'";
my $tag = debiantag($dversion);
if (!check_for_git()) {