mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
scripts/create_pull_request fix a typo
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Saul Wold
parent
1d64687d13
commit
b43fd541d3
@@ -54,7 +54,7 @@ if [ "${RELATIVE_TO}" = "" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${CONTRIB_BRANCH}" = "" ]; then
|
if [ "${CONTRIB_BRANCH}" = "" ]; then
|
||||||
echo: "Error: Parameter <contrib_branch> not specified"
|
echo "Error: Parameter <contrib_branch> not specified"
|
||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user