forked from importers/git-importer
Fix typo
This commit is contained in:
parent
574bc9aa10
commit
17062df04e
@ -271,7 +271,7 @@ class Git:
|
||||
["remote"],
|
||||
stdout=subprocess.PIPE,
|
||||
).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
|
||||
|
||||
cmd = ["push"]
|
||||
|
Loading…
Reference in New Issue
Block a user