diff options
Diffstat (limited to 'scripts/send-pull-request')
-rwxr-xr-x | scripts/send-pull-request | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/send-pull-request b/scripts/send-pull-request index 5dfc246c34..4904a0d01c 100755 --- a/scripts/send-pull-request +++ b/scripts/send-pull-request | |||
@@ -73,7 +73,7 @@ while getopts "achp:t:" OPT; do | |||
73 | a) | 73 | a) |
74 | AUTO_CL=1 | 74 | AUTO_CL=1 |
75 | # Fall through to include -c | 75 | # Fall through to include -c |
76 | ;& | 76 | ;; |
77 | c) | 77 | c) |
78 | AUTO=1 | 78 | AUTO=1 |
79 | GITSOBCC="--signed-off-by-cc" | 79 | GITSOBCC="--signed-off-by-cc" |