Merge branch 'release-1.34'

This commit is contained in:
Isaac Connor 2020-09-16 15:29:50 -04:00
commit 64d05394dd
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ EOF
dput="Y";
if [ "$INTERACTIVE" != "no" ]; then
read -p "Ready to dput $SC to $PPA ? Y/N...";
read -p "Ready to dput $SC to $PPA ? Y/n...";
if [[ "$REPLY" == [yY] ]]; then
dput $PPA $SC
fi;