Skip to content

Commit

Permalink
Set the load path when booting Sinatra.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Jun 3, 2008
1 parent 35c453c commit af2ba3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/github-fogbugz
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ require 'json'
require 'sinatra'
require 'yaml'
require 'cgi'

$: << File.dirname(__FILE__) + "/../lib"
require 'fogbugz_service'

# This sinatra app has a couple of endpoints:
Expand Down

0 comments on commit af2ba3c

Please sign in to comment.