Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Fix typo in yadg registry entry (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored May 30, 2023
1 parent 354f362 commit 45b3d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marda_registry/data/extractors/yadg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ usage:
command: yadg extract {{ input_type }} {{ input_path }} {{ output_path }}
- method: python
setup: yadg
command: yadg.extractors.extract({{ input_path }}, {{ input_path }})
command: yadg.extractors.extract({{ input_type }}, {{ input_path }})
installation:
- method: pip
packages:
Expand Down

0 comments on commit 45b3d43

Please sign in to comment.