Skip to content

Commit

Permalink
Use the correct mime format for 7z
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Stephenson committed Jun 19, 2023
1 parent add8df3 commit 2b7e6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lualib/lua_magic/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ local types = {
type = 'archive',
},
['7z'] = {
ct = 'x-7z-compressed',
ct = 'application/x-7z-compressed',
type = 'archive',
},
gz = {
Expand Down

0 comments on commit 2b7e6c8

Please sign in to comment.