typo fixed
This commit is contained in:
parent
fd90326fba
commit
4e9128454a
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def get_latest(target, check):
|
||||||
if returncode != 0:
|
if returncode != 0:
|
||||||
return None, True
|
return None, True
|
||||||
|
|
||||||
return_code, base = _git(["merge-base", "@{0}", "@{u}"], checkout_folder)
|
returncode, base = _git(["merge-base", "@{0}", "@{u}"], checkout_folder)
|
||||||
if returncode != 0:
|
if returncode != 0:
|
||||||
return None, True
|
return None, True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue