From fea95f8734041b9cb0c01f1e489871985c85ad93 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 30 Sep 2015 23:34:33 +0100 Subject: Fix typo --- ciatlib/master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciatlib/master.py b/ciatlib/master.py index 1410d69..85a071f 100644 --- a/ciatlib/master.py +++ b/ciatlib/master.py @@ -6,7 +6,7 @@ Property = util.Property Git = steps.Git class GitSource: - def __init__(self,urls,ref,sha=""): + def __init__(self,url,ref,sha=""): ''' Specify a source by a url and a ref. Optionally a SHA ''' self.url = url self.ref = ref -- cgit v1.2.1