Skip to content

Commit 6544852

Browse files
committed
Follow rule of two spaces after e-mail if updating Debian changelog.
Signed-off-by: Pavel Pisa <[email protected]>
1 parent f3ddaec commit 6544852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare-release

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sed --in-place \
2626

2727
if grep -q "qtmips ($V_TXT)" debian/changelog ; then
2828
sed --in-place \
29-
-e '1,/^ -- .*$/s/^ -- .*$/'" -- $V_USER_NAME <$V_USER_EMAIL> $V_DATE_RFC/" \
29+
-e '1,/^ -- .*$/s/^ -- .*$/'" -- $V_USER_NAME <$V_USER_EMAIL> $V_DATE_RFC/" \
3030
debian/changelog
3131
else
3232
cat >debian/changelog.tmp <<EOF

0 commit comments

Comments
 (0)