From 4e727bc1647f3821c2777660c5af24c6350cdff1 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sun, 24 Aug 2014 18:23:08 +0200 Subject: [PATCH] Fixed python typo --- upload-binaries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-binaries.py b/upload-binaries.py index 7434edc06..0ddb5109a 100644 --- a/upload-binaries.py +++ b/upload-binaries.py @@ -35,7 +35,7 @@ def main(): repository = gh.repository('WagicProject', 'wagic') # find reference ref = gh.ref('tags/latest-master') - if(ref) + if(ref): ref.update(options.sha) for r in repository.iter_releases():