Skip to content

Commit 47d4c57

Browse files
committed
Remove spurious else
1 parent a19ef5c commit 47d4c57

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test-sdc.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ elif [[ "$1" == "implement-cowsay" ]]; then
174174
if [ -v GITHUB_OUTPUT ]; then
175175
if [[ "${all_ok}" == "true" ]]; then
176176
echo "complete=y" >> "$GITHUB_OUTPUT"
177-
else
178177
echo "Your implementation passed all checks." >> testoutput.txt
179178
fi
180179
fi

0 commit comments

Comments
 (0)