Skip to content

Remove incorrect backquotes from shell command

The backquotes here are not only unnecessary, but they are invalid, since it will open a subshell and try to execute the "command" inside.

They are also not present in the original article.

Merge request reports