diff --git a/src/rez/command.py b/src/rez/command.py index 3cc0696a0..889f82ba7 100644 --- a/src/rez/command.py +++ b/src/rez/command.py @@ -49,7 +49,7 @@ def register_plugin(): """ def __init__(self): - self.type_settings = config.plugins.extension + self.type_settings = config.plugins.command self.settings = self.type_settings.get(self.name()) @classmethod