summaryrefslogtreecommitdiff
path: root/pm.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-03-31 03:11:01 +0100
committerubq323 <ubq323@ubq323.website>2024-03-31 03:11:01 +0100
commitefff8784f829d1997f968e493d5197fe8cf79279 (patch)
tree099ee17a478cda34ad40ab40005f3e0beb5df315 /pm.lua
parentf90cbd4bb477c0c13fa37f998ecf4896f99cb05a (diff)
pm
Diffstat (limited to 'pm.lua')
-rw-r--r--pm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm.lua b/pm.lua
index cda18c0..12ef864 100644
--- a/pm.lua
+++ b/pm.lua
@@ -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