aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release b/scripts/release
index e4829f0..04611bc 100755
--- a/scripts/release
+++ b/scripts/release
@@ -33,7 +33,7 @@ dch -r
changed_files="consfigurator.asd emacs/consfigurator.el.in doc/conf.py debian/changelog"
if ! dpkg-parsechangelog | grep -q "New upstream release."; then
- echo >&2 'Debian changelog lacks line "New upstream release.""'
+ echo >&2 'Debian changelog lacks line "New upstream release."'
git checkout -- $changed_files
exit 1
fi