Diff between bb8d0b6fdeb848cb875ff1aab138359a22b968e5 and 4823139c237d1a501000481394d64f43821c17ae

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 38d7032..332fb16 100755
--- a/tools/update_compids.sh
+++ b/tools/update_compids.sh
@@ -19,7 +19,7 @@ cp lib/bluetooth.c $tmpdir/lib/bluetooth.c
 
 cd $tmpdir
 
-path=en-us/specification/assigned-numbers-overview/company-identifiers
+path=en-us/specification/assigned-numbers/company-identifiers
 # Use "iconv -c" to strip unwanted unicode characters
 # Also strip <input> tags of type checkbox because html2text generates UTF-8
 # for them in some distros even when using -ascii (e.g. Fedora 18)