Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Jun 29, 2024
1 parent 77b37ea commit 5fa7fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrobox-init
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ setup_dnf()
mesa-vulkan-drivers
vulkan
"
# shellcheck disable=SC2086,2046
# shellcheck disable=SC2086,2046,2248
${manager} install ${flags} -y $(${manager} list -q ${deps} |
grep -v "Packages" |
grep "$(uname -m)" |
Expand Down

0 comments on commit 5fa7fc6

Please sign in to comment.