mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
eaa96bb59d
commit
b243673de7
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue