Merge pull request 'Fix typo' (#27) from adamm/git-importer:typo into use_git_for_sha256

Reviewed-on: importers/git-importer#27
This commit is contained in:
Dirk Mueller 2024-06-10 18:10:40 +02:00
commit 3384a6f2b1

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