Skip to content

Commit 2688da8

Browse files
[DEBUG] fix regression from last commit (- WIP #82 -)
1 parent d3efa63 commit 2688da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fetch_cc-test-reporter

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ elif [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
254254
else
255255
printf "::debug:: ==> %s\n" "Applying corrections Unsuccessful" ;
256256
EXIT_CODE=77 ;
257-
if
257+
fi ;
258258
else
259259
printf "::debug:: ==> %s\n" "Missing ./bin/deepsource CLI tool" ;
260260
EXIT_CODE=125 ;
@@ -290,4 +290,4 @@ cleanup 2>/dev/null || rm -f "${LOCK_FILE}" 2>/dev/null > /dev/null || : ; wait
290290
exit ${EXIT_CODE:-255} ;
291291

292292
# This file's code hash:
293-
a3ffe4db431f0e6b2d32e6f4969a848da9b14257ae3461e968352825ab50ae7db48fd20359378c49d7f7e3ec2f3402d3 -
293+
99229c350d321d5557c1833263cdbe4b09271ad374d4f81eb08d19d8ae00c922e3764eaf7ccfb506f6e58171c2ecf5f6 -

0 commit comments

Comments
 (0)