diff options
-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 e8d4115e8..c9a791661 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 |