Skip to content

Commit 2dd60c0

Browse files
committed
Typofix: Vpkg->VPkg
1 parent af33b7c commit 2dd60c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cve_bin_tool/checkers/bluez.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
"""
88
from ..util import regex_find
99

10+
1011
def get_version(lines, filename):
1112
"""Bluetoothctl will work for Version 5.0+
12-
Vpkg: bluez, bluez
13+
14+
VPkg: bluez, bluez
1315
"""
1416
regex = [r"bluetoothctl: ([5]+\.[0-9]+\.[0-9]+)"]
1517
version_info = dict()

0 commit comments

Comments
 (0)