summaryrefslogtreecommitdiff
path: root/controllers/instance.rb
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/instance.rb')
-rw-r--r--controllers/instance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/instance.rb b/controllers/instance.rb
index 503b388..80ac9be 100644
--- a/controllers/instance.rb
+++ b/controllers/instance.rb
@@ -55,7 +55,7 @@ module NanoBot
def load_cartridge!(path)
elected_path = if path.strip == '-'
- File.expand_path('../static/cartridges/default.yml', __dir__)
+ File.expand_path('../static/cartridges/baseline.yml', __dir__)
else
Components::Storage.cartridge_path(path)
end