replaced the target=None in three of the git functions to just target

since they require a target to function.
This commit is contained in:
Alan Cugler 2019-04-15 13:19:32 -05:00 committed by Daniel Wozniak
parent eaa96bb59d
commit b243673de7

View file

@ -260,8 +260,8 @@ def _not_fast_forward(
def latest(
name,
target,
rev="HEAD",
target=None,
branch=None,
user=None,
password=None,
@ -2178,7 +2178,7 @@ def present(
def detached(
name,
rev,
target=None,
target,
remote="origin",
user=None,
password=None,
@ -2649,7 +2649,7 @@ def detached(
def cloned(
name,
target=None,
target,
branch=None,
user=None,
password=None,