Skip to content

Commit

Permalink
Close #7: puppet 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
scoopex authored May 3, 2024
1 parent 1ac1c43 commit 13b94ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_release_info(author, repository, options)
Puppet.debug('Parsing release info')

# noinspection RubyResolve
PSON.load(release_info_json)
JSON.parse(release_info_json)
end

# Fetch the download URL to the right asset from the release info
Expand Down

0 comments on commit 13b94ff

Please sign in to comment.