Skip to content

Commit

Permalink
Missing require
Browse files Browse the repository at this point in the history
git-svn-id: http://svn/repos/plugins/beanstalk_messaging@14511 53438b35-87ee-0310-8825-c8c94c0097b6
  • Loading branch information
lukeredpath committed Nov 14, 2008
1 parent c01affb commit f0d3943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/beanstalk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require 'stringio'
$LOAD_PATH << File.join(File.dirname(__FILE__), *%w[.. vendor plugins beanstalk_messaging vendor beanstalk-client-1.0.2])
$LOAD_PATH << File.join(File.dirname(__FILE__), *%w[.. vendor plugins beanstalk_messaging lib])

require 'beanstalk_messaging'
require 'beanstalk_manager'

CONFIG_PATH = File.join(File.dirname(__FILE__), *%w[.. config beanstalk.yml])
Expand Down

0 comments on commit f0d3943

Please sign in to comment.