Use More Quotes

This commit is contained in:
Ian Howell 2019-05-08 16:20:50 -05:00
parent 85924f6381
commit 418098d006
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ if [ "$#" -ne 2 ]; then
exit 1
fi
check_coverage $1 $2
check_coverage "$1" "$2"