Skip to content

Commit

Permalink
patch2
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed Aug 14, 2023
1 parent c880199 commit 5e90c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/gpm/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lua/gpm/sources/http.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e90c5f

Please sign in to comment.