Skip to content

Commit

Permalink
chore: mdType use same user cmd "pull" as in md
Browse files Browse the repository at this point in the history
  • Loading branch information
finxxi authored and xixiaofinland committed Aug 6, 2024
1 parent 19f24a5 commit 6f4f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/sf/sub/config_user_command.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ M.sub_cmd_tbl = {
},
mdtype = {
funcs = {
retrieve = Sf.pull_md_type_json,
pull = Sf.pull_md_type_json,
list = Sf.list_md_type_to_retrieve
},
impl = common_impl,
Expand Down

0 comments on commit 6f4f628

Please sign in to comment.