Skip to content

Commit

Permalink
revert rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Jun 8, 2024
1 parent 6a4ab50 commit c2c34fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_config/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def get(key):
@config.command()
@click.option("--key", "-k", required=True, help="the key (or parts thereof) which should be searched")
@click.option("--value", "-v", help="value the key should get associated with")
def set_config_key(key, value):
def set(key, value):
"""\b
Sets a config key in the user configuration
\b
Expand Down

0 comments on commit c2c34fd

Please sign in to comment.