contrib/release.py: minor UI improvement

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2018-06-16 15:18:08 +02:00
parent c9005cd4ff
commit 4544bb1305
1 changed files with 2 additions and 2 deletions

View File

@ -261,8 +261,8 @@ Pip:
class Website(object):
def updateUploads(self):
req = ("update uploads/ of the website? "
"(warning: checksums will change if they already exist)")
req = ("add new archive to uploads/ on the website? "
"(warning: checksums will change if it already exists)")
if User.yesNo(req, defaultToYes=True) is False:
return False
if check_call(shlex.split("./docs/build-uploads.sh")) != 0: