1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Remove superfluous quotation marks

This commit is contained in:
Wilco de Boer 2021-05-18 14:57:15 +02:00 committed by GitHub
parent f23aa0798b
commit 6b28a1ba21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,8 +61,8 @@ fi
# Suggest both modes when asked # Suggest both modes when asked
if [ "$1" = "suggest" ]; then if [ "$1" = "suggest" ]; then
echo 'pkg' echo pkg
echo 'cve' echo cve
exit 0 exit 0
fi fi