Skip to content

Commit

Permalink
generate_CODEOWNERS.sh: corrent the path include ${BOARD}
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc authored and igorpecovnik committed Feb 24, 2025
1 parent 97514b1 commit 3aa6310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/generate_CODEOWNERS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ function run_hook() {
function generate_for_board() {
local board_config="$1"
(
BOARD="${board_config%.*}"
source "${SRC}/config/boards/${board_config}"
LINUXFAMILY="${BOARDFAMILY}"
[[ -n "${BOARD_MAINTAINER}" ]] || return
Expand Down

0 comments on commit 3aa6310

Please sign in to comment.