File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ while read issue; do
7979 # Fetch repository
8080 ${basereq} --action getFieldValue \
8181 --issue ${issue} \
82- --field ${cf_repository} \
82+ --field " ${cf_repository} " \
8383 --quiet \
8484 --file " ${resultfile} .repository" > /dev/null
8585 repository=$( cat " ${resultfile} .repository" | tr -d ' ' )
@@ -101,7 +101,7 @@ while read issue; do
101101 # Check if there are testing instructions
102102 ${basereq} --action getFieldValue \
103103 --issue ${issue} \
104- --field ${cf_testinginstructions} \
104+ --field " ${cf_testinginstructions} " \
105105 --quiet \
106106 --file " ${resultfile} .testinginstructions" > /dev/null
107107 testinginstructions=$( cat " ${resultfile} .testinginstructions" )
@@ -126,7 +126,7 @@ while read issue; do
126126 # Fetch branch information
127127 ${basereq} --action getFieldValue \
128128 --issue ${issue} \
129- --field ${cf_branch} \
129+ --field " ${cf_branch} " \
130130 --quiet \
131131 --file " ${resultfile} .branch" > /dev/null
132132 branch=$( cat " ${resultfile} .branch" | tr -d ' ' )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ while read issue; do
6868 # Fetch repository
6969 ${basereq} --action getFieldValue \
7070 --issue ${issue} \
71- --field ${cf_repository} \
71+ --field " ${cf_repository} " \
7272 --quiet \
7373 --file " ${resultfile} .repository" > /dev/null
7474 repository=$( cat " ${resultfile} .repository" | tr -d ' ' )
@@ -99,7 +99,7 @@ while read issue; do
9999 # Fetch branch information
100100 ${basereq} --action getFieldValue \
101101 --issue ${issue} \
102- --field ${cf_branch} \
102+ --field " ${cf_branch} " \
103103 --quiet \
104104 --file " ${resultfile} .branch" > /dev/null
105105 branch=$( cat " ${resultfile} .branch" | tr -d ' ' )
You can’t perform that action at this time.
0 commit comments