diff options
| author | ubq323 <ubq323@ubq323.website> | 2024-03-31 03:11:01 +0100 |
|---|---|---|
| committer | ubq323 <ubq323@ubq323.website> | 2024-03-31 03:11:01 +0100 |
| commit | efff8784f829d1997f968e493d5197fe8cf79279 (patch) | |
| tree | 099ee17a478cda34ad40ab40005f3e0beb5df315 | |
| parent | f90cbd4bb477c0c13fa37f998ecf4896f99cb05a (diff) | |
pm
| -rw-r--r-- | pm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ local function manifest(pkgname) if not files_present then local default_filename = pkgname .. ".lua" - if not pkgname:match("%.") then + if pkgname:match("%.") then default_filename = pkgname end files[default_filename]=true |
