Skip to content

Commit

Permalink
fix: remove my hardcoded fix for SSH cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
difhel committed Oct 25, 2024
1 parent c2baa6e commit a37edfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/build/prepare/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def git(command, args):
result = f"git {command}"
if no_deps_git_history:
result += " --depth 1"
result = result + " " + args.replace("https://github.com/", "[email protected]:")
result = result + " " + args
return result

# Thanks https://stackoverflow.com/a/510364
Expand Down

0 comments on commit a37edfe

Please sign in to comment.