summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-24 18:02:07 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-24 18:02:07 +0100
commit7b420a182b9f3ee9295997bfea192b7db5609ffe (patch)
treedd596beca00ab37696a5bbd8a2b1779eb0fc740b /dgit
parentc469abf955290d0eb901b503c6e6c9433b309706 (diff)
typo
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dgit b/dgit
index ff6956e..406589a 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();