Fix typo #27
@ -271,7 +271,7 @@ class Git:
|
|||||||
["remote"],
|
["remote"],
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
).stdout.decode("utf-8"):
|
).stdout.decode("utf-8"):
|
||||||
logger.warning("Not pushing to remote because no 'origin' configured")
|
logging.warning("Not pushing to remote because no 'origin' configured")
|
||||||
return
|
return
|
||||||
|
|
||||||
cmd = ["push"]
|
cmd = ["push"]
|
||||||
|
Loading…
Reference in New Issue
Block a user