From b30a7485434c62b8a1b12f1dc19cbdde5b5f7363 Mon Sep 17 00:00:00 2001 From: Jacob Shelby Date: Tue, 25 Jan 2022 14:52:59 -0500 Subject: [PATCH] fixed typo in chains.thor --- aspace_client/chains.thor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspace_client/chains.thor b/aspace_client/chains.thor index 2958739..d24d514 100644 --- a/aspace_client/chains.thor +++ b/aspace_client/chains.thor @@ -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'