Skip to content

Commit

Permalink
refactor!:drop remote config
Browse files Browse the repository at this point in the history
mark as breaking change
  • Loading branch information
JarbasAl committed Jan 11, 2025
1 parent 1370931 commit 10ee91c
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 @@ -294,7 +294,7 @@ def show(user, system, assistant, section, list_sections):
ovos-config show -s -l # shows the sections of the system configuration
ovos-config show -u --section base # shows only the base (ie. top level) values of the user configuration
note: joining pattern: user > system > assistant > default
note: joining pattern: user > assistant > system > default
\b
"""
if not any([user, system, assistant]):
Expand Down

0 comments on commit 10ee91c

Please sign in to comment.