scripts: fix path issue in push-hook script
series-puh-hook.sh script was pushed with local path instead of ${ZEPHYR_BASE}. Fix this. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
075e130843
commit
7f84787c13
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ else
|
|||
fi
|
||||
|
||||
echo "Perform check patch"
|
||||
/local/mcu/zephyr/zephyr-project/scripts/checkpatch.pl --git $range
|
||||
${ZEPHYR_BASE}/scripts/checkpatch.pl --git $range
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue