summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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