Fix typo #27

Merged
dirkmueller merged 1 commits from adamm/git-importer:typo into use_git_for_sha256 2024-06-10 18:10:40 +02:00

View File

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