Browse Source

send-pull-request: fix a small typo that fails the script

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Dexuan Cui 13 years ago
parent
commit
8a1266d49b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/send-pull-request

+ 1 - 1
scripts/send-pull-request

@@ -73,7 +73,7 @@ while getopts "achp:t:" OPT; do
 	a)
 		AUTO_CL=1
 		# Fall through to include -c
-		;&
+		;;
 	c)
 		AUTO=1
 		GITSOBCC="--signed-off-by-cc"