Skip to content

Commit

Permalink
Fix command.py
Browse files Browse the repository at this point in the history
extension have been replace by command
  • Loading branch information
predat authored Jul 4, 2024
1 parent 6c36578 commit 7b945c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rez/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b945c8

Please sign in to comment.