Skip to content

Commit

Permalink
Update check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufpapurcu committed Jan 19, 2022
1 parent 8143b3c commit 4936ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if [ -z "$output" ]; then
echo "License Check Success"
exit 0
else
echo "$output"
echo "License Check Failed"
exit 1
fi
fi

0 comments on commit 4936ac1

Please sign in to comment.