summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2024-01-08 22:09:37 -0300
committericebaker <icebaker@proton.me>2024-01-08 22:09:37 -0300
commit4663c3a916a4dfb8e2bf46f6da20b1ad860924e5 (patch)
tree301d9f7237ace2d2d533578b50cfcd74e5fa77a9 /ports
parent31e53046bd35b83027f8a8e1ab99a6eceb4e6a3c (diff)
fixing cartridges
Diffstat (limited to 'ports')
-rw-r--r--ports/dsl/nano-bots/cartridges.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/dsl/nano-bots/cartridges.rb b/ports/dsl/nano-bots/cartridges.rb
index 7c0f05b..40ad14d 100644
--- a/ports/dsl/nano-bots/cartridges.rb
+++ b/ports/dsl/nano-bots/cartridges.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-require_relative '../../controllers/cartridges'
+require_relative '../../../controllers/cartridges'
module NanoBot
module Cartridges