Fix missing file name in batwatch

This commit is contained in:
Ethan P 2019-10-11 12:18:43 -07:00
parent 0621d14951
commit 93843cd067
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -105,7 +105,7 @@ fi
for file in "${FILES[@]}"; do
if ! [[ -e "$file" ]]; then
print_error "'%s' does not exist"
print_error "'%s' does not exist" "$file"
exit 1
fi