summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
54fi 54fi
55 55
56if [ "${CONTRIB_BRANCH}" = "" ]; then 56if [ "${CONTRIB_BRANCH}" = "" ]; then
57 echo: "Error: Parameter <contrib_branch> not specified" 57 echo "Error: Parameter <contrib_branch> not specified"
58 usage 58 usage
59fi 59fi
60 60