Skip to content

Commit

Permalink
invalidate shellcheck rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Feb 15, 2024
1 parent 96542a7 commit 8528958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_sys_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ lbzip2 \
rsync \
"
apt-get update -y
# shellcheck disable=SC2046 # Intended splitting of $pkgs_to_install
apt-get install -q -y ${pkgs_to_install}

# Clean up
Expand Down

0 comments on commit 8528958

Please sign in to comment.