Skip to content

Commit

Permalink
Remove an odd Github Copilot hallucination from the code. I did not t…
Browse files Browse the repository at this point in the history
…ouch this line at all.
  • Loading branch information
MatthiasZepper committed Feb 2, 2024
1 parent a6fd062 commit 137cda0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
NXF_SINGULARITY_CACHEDIR: ./
run: |
nf-core download {% raw %} ${{ env.REPO_LOWERCASE }} \
nf-core download ${{ env.REPO_LOWERCASE }} \
--revision ${{ env.REPO_BRANCH }} \
--outdir ./${{ env.REPOTITLE_LOWERCASE }} \
--compress "none" \
Expand Down

0 comments on commit 137cda0

Please sign in to comment.