diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-06-09 17:26:05 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-10 16:30:32 -0700 |
commit | b43fd541d337ccd32847b89e6d33072a6da10d7b (patch) | |
tree | 782914365957337abb4cf0599b3e78afff1d132e /scripts | |
parent | 1d64687d13ff112c56e1f345a0b4c81a531aed19 (diff) | |
download | poky-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')
-rwxr-xr-x | scripts/create-pull-request | 2 |
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 | |||
54 | fi | 54 | fi |
55 | 55 | ||
56 | if [ "${CONTRIB_BRANCH}" = "" ]; then | 56 | if [ "${CONTRIB_BRANCH}" = "" ]; then |
57 | echo: "Error: Parameter <contrib_branch> not specified" | 57 | echo "Error: Parameter <contrib_branch> not specified" |
58 | usage | 58 | usage |
59 | fi | 59 | fi |
60 | 60 | ||