Skip to content

Commit

Permalink
fixed typo in chains.thor
Browse files Browse the repository at this point in the history
  • Loading branch information
eightBitter authored Jan 25, 2022
1 parent 3c3961f commit b30a748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspace_client/chains.thor
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Chains < Thor
def example_save_chain
registry = execute 'registries:resources', [], []
resources_subjects = execute 'common:objects:attach_subjects', [registry[:path],registry[:infile]], []
execute 'registries:save', [registry[:path],'resources_out_subjects_test.json',resources_all], []
execute 'registries:save', [registry[:path],'resources_out_subjects_test.json',resources_subjects], []
end

desc 'example_post_chain', 'this represents a sample chain that results in posting the output to the API'
Expand Down

0 comments on commit b30a748

Please sign in to comment.