Skip to content

Commit

Permalink
more ByMagicErr detctions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Sep 10, 2024
1 parent 68d971a commit 2ee5767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/artifacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (f *Artifacts) ByMagicErr(ctx context.Context, exec boil.ContextExecutor, b
"PE32 executable (GUI) Intel 80386%", "PE32 executable (console)%", "Python script%", "Quake I or II world or extension%",
"AmigaGuide file%", "COM executable for%", "DCL command file%", "LHa (%", "MS-DOS executable%", "RFC 822 mail%",
"Rich Text Format data%", "SMTP mail%", "SysEx File%", "UTF-8 Unicode%", "core file (Xenix)%", "diff output,%",
"news or mail,%", "news, ASCII text%", "saved news,%",
"news or mail,%", "news, ASCII text%", "saved news,%", "ID tags data%", "VISX image file%",
}
mods := []qm.QueryMod{
qm.Select(models.FileColumns.UUID, models.FileColumns.ID, models.FileColumns.FileMagicType),
Expand Down

0 comments on commit 2ee5767

Please sign in to comment.