We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe1dc3 commit 6774ae8Copy full SHA for 6774ae8
start.rb
@@ -2,12 +2,12 @@
2
require 'plugins/thermostat/siriThermostat'
3
require 'plugins/testproxy/testproxy'
4
require 'plugins/eliza/eliza'
5
-require 'tweakSiri'
6
-require 'siriProxy'
+require './tweakSiri'
+require './siriProxy'
7
8
#Also try Eliza -- though it should really not be run "before" anything else.
9
PLUGINS = [TestProxy]
10
11
proxy = SiriProxy.new(PLUGINS)
12
13
-#that's it. :-)
+#that's it. :-)
0 commit comments