Skip to content

Commit

Permalink
Fix shellcheck source
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Oct 24, 2024
1 parent 14c1914 commit 89116fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_deb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ readonly BRANCH=$2
readonly FOLDER=$3
readonly ARCHS=$4

# shellcheck source=../config/config
source "$THISDIR/../config/config"
# shellcheck source=common.sh
source "$THISDIR/common.sh"

# ##### #
Expand Down

0 comments on commit 89116fb

Please sign in to comment.