Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jul 17, 2023
1 parent b08209e commit b42f6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/galaxy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ def _install_galaxy_via_download(ctx, galaxy_root, env, kwds):
branch = _galaxy_branch(kwds)
source = _galaxy_source(kwds)
if source.startswith("https://github.com/"):
source = source[len("https://github.com/"):]
source = source[len("https://github.com/") :]
untar_to(
f"https://codeload.github.com/{source}/tar.gz/{branch}",
tar_args=["--strip-components", "1", "-xvzf", "-", "galaxy-" + branch],
Expand Down

0 comments on commit b42f6b8

Please sign in to comment.