From 26aa52dacbaaf43ee769c189bf2b82688be540cc Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Fri, 13 Sep 2019 15:13:25 -0400
Subject: [PATCH] fixed typo

---
 cicd_testing/do-fuzz.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh
index f07fd6d..f2de2c6 100755
--- a/cicd_testing/do-fuzz.sh
+++ b/cicd_testing/do-fuzz.sh
@@ -64,7 +64,7 @@ EOM
 
 
 		# finally post an issue
-		curl --request POST --data-urlencode "desc=$desc" --data-urlencode "title=$title" --header "PRIVATE-TOKEN: PXLgVFpgjmmugAiHTJzx " "https://git.zephyr-software.com//api/v4/projects/$proj_id/issues?&labels=bug&assignee_ids[]=3")
+		curl --request POST --data-urlencode "desc=$desc" --data-urlencode "title=$title" --header "PRIVATE-TOKEN: PXLgVFpgjmmugAiHTJzx " "https://git.zephyr-software.com//api/v4/projects/$proj_id/issues?&labels=bug&assignee_ids[]=3"
 
 		echo "$crash_count count crashes found!"
 		exit 1
-- 
GitLab