Skip to content

Commit

Permalink
Fix method name in resolver.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7pt0gr4ph7 authored Feb 23, 2024
1 parent d6b5d65 commit 4147a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jekyll/gem_resolver/resolver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Jekyll
module GemResolver
class PackageReferenceResolver
def resolve_reference(pkg)
def resolve(pkg)
case pkg.type
when 'gem'
resolve_gem(pkg.name, pkg.relative_path)
Expand All @@ -20,4 +20,4 @@ def resolve_gem(gem_name, relative_path)
end
end
end
end
end

0 comments on commit 4147a8d

Please sign in to comment.