summaryrefslogtreecommitdiff
path: root/ports/dsl/nano-bots.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ports/dsl/nano-bots.rb')
-rw-r--r--ports/dsl/nano-bots.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/dsl/nano-bots.rb b/ports/dsl/nano-bots.rb
index e01b2c4..20d8f14 100644
--- a/ports/dsl/nano-bots.rb
+++ b/ports/dsl/nano-bots.rb
@@ -8,6 +8,7 @@ require_relative '../../controllers/instance'
require_relative '../../controllers/security'
require_relative '../../controllers/interfaces/cli'
require_relative '../../components/stream'
+require_relative 'nano-bots/cartridges'
module NanoBot
def self.new(cartridge: '-', state: '-', environment: {})
@@ -24,7 +25,7 @@ module NanoBot
end
def self.cartridges
- Controllers::Cartridges.all
+ Cartridges
end
def self.cli