Skip to content

Commit

Permalink
Update register decorator and function name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
beeankha committed Jul 6, 2022
1 parent a8bff64 commit 30422b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cep-plugin-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ _my_plugin.py_
import conda.plugins


@conda.plugins.hookimpl
def conda_cli_register_subcommands():
@conda.plugins.register
def conda_subcommands():
...
```

Expand Down

0 comments on commit 30422b2

Please sign in to comment.