We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e7fc2 commit d571a99Copy full SHA for d571a99
1 file changed
lib/ld/patch/format.rb
@@ -32,7 +32,7 @@ def self.cli_commands
32
raise ArgumentError, "Patching requires a patch or reference to patch resource" unless opts[:patch_input]
33
opts[:logger].info "Patch"
34
patch = LD::Patch.parse(opts[:patch_input], base_uri: opts.fetch(:patch_file, "http://rubygems.org/gems/ld-patch"))
35
- opts[:messages][:"S-Expression"] = [patch.to_sse] if opts[:to_sxp]
+ opts[:messages][:reasoner] = {"S-Expression": [patch.to_sse]} if opts[:to_sxp]
36
RDF::CLI.repository.query(patch)
37
end,
38
options: [
0 commit comments