summaryrefslogtreecommitdiff
path: root/pm.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-08-04 00:03:08 +0100
committerubq323 <ubq323@ubq323.website>2022-08-04 00:03:08 +0100
commita6b464ec43af7f920c73d885991b4956bc4ba525 (patch)
tree2e96cf489c0eb0a07d1e728abad857498ebd20c3 /pm.lua
parentcfc654d9db45eeb6efc1745f855d7eb3341644b1 (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 62cfed9..9139e42 100644
--- a/pm.lua
+++ b/pm.lua
@@ -18,7 +18,7 @@ local function manifest(pkgname)
local res,err,err_res = http.get(rbase..pkgname..".dat")
if err then
if err_res and (err_res.getResponseCode() == 404) then
- print("no manifest for "..pkgname.." found, using defaults")
+ print("no manifest for '"..pkgname.."' found, using defaults")
else
error("http.get: "..err)
end