This commit is contained in:
Adam Majer 2024-06-10 15:44:21 +02:00
parent 574bc9aa10
commit 17062df04e

View File

@ -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"]