aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/create-pull-request
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-06-09 17:26:05 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-06-10 16:30:32 -0700
commitb43fd541d337ccd32847b89e6d33072a6da10d7b (patch)
tree782914365957337abb4cf0599b3e78afff1d132e /scripts/create-pull-request
parent1d64687d13ff112c56e1f345a0b4c81a531aed19 (diff)
downloadopenembedded-core-contrib-b43fd541d337ccd32847b89e6d33072a6da10d7b.tar.gz
scripts/create_pull_request fix a typo
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'scripts/create-pull-request')
-rwxr-xr-xscripts/create-pull-request2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-pull-request b/scripts/create-pull-request
index e8d4115e87..c9a7916611 100755
--- a/scripts/create-pull-request
+++ b/scripts/create-pull-request
@@ -54,7 +54,7 @@ if [ "${RELATIVE_TO}" = "" ]; then
fi
if [ "${CONTRIB_BRANCH}" = "" ]; then
- echo: "Error: Parameter <contrib_branch> not specified"
+ echo "Error: Parameter <contrib_branch> not specified"
usage
fi