fix codefactor issue

This commit is contained in:
Sean Mac Gillicuddy 2019-08-21 16:00:40 +01:00
parent 0313c09562
commit 7306143ad5

View File

@ -6,7 +6,7 @@ echo "Running lint..."
status=$?
if [[ "$status" = 0 ]] ; then
if [ "$status" = 0 ] ; then
echo "Static analysis found no problems."
exit 0
else