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 89116fb commit fb92f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_deb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ readonly BRANCH=$2
readonly FOLDER=$3
readonly ARCHS=$4

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

# ##### #
Expand Down

0 comments on commit fb92f12

Please sign in to comment.