Skip to content

Commit fe7179f

Browse files
committed
fix: remove redundant comment character in GitHub token handling
1 parent 5260fbd commit fe7179f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apm_cli/deps/github_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def _build_repo_url(self, repo_ref: str, use_ssh: bool = False, dep_ref: Depende
626626
if use_ssh:
627627
return build_ssh_url(host, repo_ref)
628628
elif is_github and github_token:
629-
# # Only send GitHub tokens to GitHub hosts
629+
# Only send GitHub tokens to GitHub hosts
630630
return build_https_clone_url(host, repo_ref, token=github_token)
631631
elif is_insecure:
632632
# HTTP direct only: _clone_with_fallback() returns.

0 commit comments

Comments
 (0)