aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-10 12:42:20 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-10 12:42:20 -0700
commit3e4a2f432067d64055538275bce941921ce7b0aa (patch)
tree95d0b6789ee8416a203c0c6e92a2a263c250251c /scripts
parent91929df713ce578ffc3f7de14eeca7688430d696 (diff)
downloadconsfigurator-3e4a2f432067d64055538275bce941921ce7b0aa.tar.gz
fix typo
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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