Skip to content

Commit 6774ae8

Browse files
committed
ruby 1.9 doesn't like non-relative local requires
1 parent 1fe1dc3 commit 6774ae8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

start.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
require 'plugins/thermostat/siriThermostat'
33
require 'plugins/testproxy/testproxy'
44
require 'plugins/eliza/eliza'
5-
require 'tweakSiri'
6-
require 'siriProxy'
5+
require './tweakSiri'
6+
require './siriProxy'
77

88
#Also try Eliza -- though it should really not be run "before" anything else.
99
PLUGINS = [TestProxy]
1010

1111
proxy = SiriProxy.new(PLUGINS)
1212

13-
#that's it. :-)
13+
#that's it. :-)

0 commit comments

Comments
 (0)