Commit 0286c31e by Michael DeHaan

Assume master branch for downloads if not specified.

parent 0cd40fc3
......@@ -380,7 +380,7 @@ def role_spec_parse(role_spec):
# }
role_spec = role_spec.strip()
role_version = ''
role_version = 'master'
if role_spec == "" or role_spec.startswith("#"):
return (None, None, None, None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment