Skip to content

Commit

Permalink
Fix typo in deprecation log
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 29, 2023
1 parent f639cfb commit 0c1514a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_enclosure/admin/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, skill_id="neon.phal_admin", **kwargs):
@property
def config(self):
from ovos_utils.log import log_deprecation
log_deprecation("Reference `user_config`", "2.0.0")
log_deprecation("Reference `admin_config`", "2.0.0")
return self.admin_config

def start(self):
Expand Down

0 comments on commit 0c1514a

Please sign in to comment.