Skip to content

Commit a19ef5c

Browse files
committed
Fix bash
1 parent bc23e83 commit a19ef5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-sdc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ elif [[ "$1" == "implement-cowsay" ]]; then
172172
fi
173173

174174
if [ -v GITHUB_OUTPUT ]; then
175-
if [[ "${all_ok}" == "true" && ]]; then
175+
if [[ "${all_ok}" == "true" ]]; then
176176
echo "complete=y" >> "$GITHUB_OUTPUT"
177177
else
178178
echo "Your implementation passed all checks." >> testoutput.txt

0 commit comments

Comments
 (0)