Merge branch 'rails:main' into docker-exec-options-fix

This commit is contained in:
Murat Dzhulkuttiev
2023-01-27 20:04:41 +04:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ class Mrsk::Commander
end
def accessory(name)
config.accessories.detect { |a| a.name == name }
Mrsk::Commands::Accessory.new(config, name: name)
end