diff --git a/lua/gpm/init.lua b/lua/gpm/init.lua index de353242..fe28731c 100644 --- a/lua/gpm/init.lua +++ b/lua/gpm/init.lua @@ -32,7 +32,7 @@ Msg( [[ module( "gpm", package.seeall ) StartTime = SysTime() -VERSION = "1.45.1" +VERSION = "1.45.2" if not Colors then Realm = "unknown" diff --git a/lua/gpm/sources/http.lua b/lua/gpm/sources/http.lua index 01f3d89d..f5600005 100644 --- a/lua/gpm/sources/http.lua +++ b/lua/gpm/sources/http.lua @@ -226,7 +226,7 @@ Import = promise.Async( function( metadata ) end if result.code ~= 200 then - return promise.Reject( "Package '%s' download failed, wrong HTTP response code (" .. result.code .. ")." ) + return promise.Reject( "Package '" .. importpath .. "' download failed, wrong HTTP response code (" .. result.code .. ")." ) end if extension == "lua" then