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 762828fd9a..8eefcf63a5 100755 --- a/scripts/create-pull-request +++ b/scripts/create-pull-request | |||
| @@ -257,7 +257,7 @@ fi | |||
| 257 | 257 | ||
| 258 | # Replace the SUBJECT token with it. | 258 | # Replace the SUBJECT token with it. |
| 259 | if [ -n "$SUBJECT" ]; then | 259 | if [ -n "$SUBJECT" ]; then |
| 260 | sed -i -e "s/\*\*\* SUBJECT HERE \*\*\*/$SUBJECT/" "$CL" | 260 | sed -i -e "s\`\*\*\* SUBJECT HERE \*\*\*\`$SUBJECT\`" "$CL" |
| 261 | fi | 261 | fi |
| 262 | 262 | ||
| 263 | 263 | ||
