Skip to content

Commit

Permalink
fix lint issue caused by new version of shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Jun 25, 2024
1 parent dd45204 commit c04bdf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/github/install-apt-packages-use-cache.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# shellcheck disable=SC2317 # We have exit 0 to purposely skip the remainder of the file.
set -e

# Special script which supports installing apt-packages, caching installed files into a directory
Expand Down

0 comments on commit c04bdf7

Please sign in to comment.