aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-20 18:33:31 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-20 18:33:31 -0600
commitd2f24580aa9e5f90c1011c2cfc7720077b74cd4d (patch)
treeeebfac7b06ce6a0611e77c04cda01eb6848f35e1
parent8c9911e976600e939cd1f00599179131cee7c253 (diff)
parent6629fa5c3dbdde769f015d6cb942b052296eaa44 (diff)
downloadcryptography-d2f24580aa9e5f90c1011c2cfc7720077b74cd4d.tar.gz
cryptography-d2f24580aa9e5f90c1011c2cfc7720077b74cd4d.tar.bz2
cryptography-d2f24580aa9e5f90c1011c2cfc7720077b74cd4d.zip
Merge pull request #659 from alex/release-cleanup
A tiny formatting cleanup
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 8c7dc40a..242f2536 100644
--- a/tasks.py
+++ b/tasks.py
@@ -86,7 +86,7 @@ def release(version):
invoke.run("python setup.py sdist")
invoke.run("twine upload -s dist/cryptography-{0}*".format(version))
- token = getpass.getpass("Input the Jenkins token")
+ token = getpass.getpass("Input the Jenkins token: ")
response = requests.post(
"{0}/build".format(JENKINS_URL),
params={