Diff between 19329b3f6829a22f6dcf3c148dcfd3757ad3b126 and 2978d08335886928dff0e16c5c4f9b53c41e933f

Changed Files

File Additions Deletions Status
tools/update_compids.sh +1 -1 modified

Full Patch

diff --git a/tools/update_compids.sh b/tools/update_compids.sh
index e82d3e4..be39f88 100755
--- a/tools/update_compids.sh
+++ b/tools/update_compids.sh
@@ -23,7 +23,7 @@ cd $tmpdir
 
 echo -e 'const char *bt_compidtostr(int compid)\n{\n\tswitch (compid) {' > new.c
 
-path=specifications/assigned-numbers/company-identifiers
+path=specifications/assigned-numbers/company-identifiers/
 # Use "iconv -c" to strip unwanted unicode characters
 curl --insecure https://www.bluetooth.com/$path | \
     $scriptdir/tools/parse_companies.pl >> new.c