Commit c8b298dc by Michael DeHaan

Default git module to master branch so branch= is not required.

parent 73367736
......@@ -71,7 +71,7 @@ for x in items:
dest = params['dest']
repo = params['repo']
branch = params.get('branch')
branch = params.get('branch', 'master')
version = params.get('version', 'HEAD')
# ===========================================
......
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