From: Ian Jackson Date: Sat, 24 Aug 2013 17:02:07 +0000 (+0100) Subject: typo X-Git-Tag: debian/0.9~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7b420a182b9f3ee9295997bfea192b7db5609ffe;p=dgit.git typo --- diff --git a/dgit b/dgit index ff6956e1..406589a8 100755 --- a/dgit +++ b/dgit @@ -854,6 +854,7 @@ sub dopush () { $changes->{$field} eq $clogp->{$field} or fail "changes field $field \`$changes->{$field}'". " does not match changelog \`$clogp->{$field}'"; + } my $tag = debiantag($dversion); if (!check_for_git()) { create_remote_git_repo();