summaryrefslogtreecommitdiff
path: root/controllers/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/interfaces')
-rw-r--r--controllers/interfaces/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/interfaces/cli.rb b/controllers/interfaces/cli.rb
index ae066cd..5b39c2a 100644
--- a/controllers/interfaces/cli.rb
+++ b/controllers/interfaces/cli.rb
@@ -81,7 +81,7 @@ module NanoBot
when 'cartridge'
puts YAML.dump(bot.cartridge)
else
- raise "TODO: [#{params[:command]}]"
+ raise "Command not found: [#{params[:command]}]"
end
end
end