Skip to content

Commit

Permalink
Correct tool data table name
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanheus authored and wm75 committed Feb 27, 2025
1 parent dbdf06c commit 4d11cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/clair3/tool_data_table_conf.xml.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<tables>
<!-- Locations of clair3 model folders -->
<table name="model" comment_char="#">
<table name="clair3_models" comment_char="#">
<columns>value, platform, sha256, path, source</columns>
<file path="tool-data/clair3_models.loc" />
</table>
Expand Down

0 comments on commit 4d11cd2

Please sign in to comment.