enhancementhelp wanted
Metriche repository
- Star
- (12.138 stelle)
- Metriche merge PR
- (Merge medio 5g 13h) (8 PR mergiate in 30 g)
Descrizione
- This is a bug report
- This is a feature request
- I searched existing issues before opening this one
Steps to reproduce the behavior
RUN apt-get update \
.......
&& curl -Lso Lavalink.jar $(curl -s https://api.github.com/repos/Cog-Creators/Red-DiscordBot/releases | jq -r '.[0].assets | .[0].browser_download_url') \
This triggers SC2046 on the line of RUN and not on the line of the issue that is the curl line.
Expected behavior
Give me the exact line of the issue.
Actual behavior
Start line of the docker command it returned.