release: new-enough dput no longer needs an explicit file name

next
Michael Stapelberg 2018-03-10 18:53:04 +01:00
parent a07980f70b
commit c74dd61f59
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ echo " cd ${TMPDIR}/i3.github.io"
echo " git push"
echo ""
echo " cd ${TMPDIR}/debian"
echo " dput *.changes"
echo " dput"
echo ""
echo " cd ${TMPDIR}"
echo " sendmail -t < email.txt"