mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-13 17:50:56 +01:00
Fix missing file name in batwatch
This commit is contained in:
parent
0621d14951
commit
93843cd067
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user