Skip to content

Commit

Permalink
Fixed vendor reference for resque
Browse files Browse the repository at this point in the history
  • Loading branch information
dexamped committed Dec 6, 2013
1 parent 618e51f commit 51374e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resque
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ putenv('RESQUE=1');
include realpath(dirname(__FILE__).DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'httpdocs'.DIRECTORY_SEPARATOR.'index.php');

// Load Resque from vendor
include Kohana::find_file('vendor/bin', 'resque', '');
include Kohana::find_file('vendor', 'php-resque/bin/resque', '');

0 comments on commit 51374e6

Please sign in to comment.