Skip to content

Commit

Permalink
require sinatra above git-wiki directory until there's a good way to …
Browse files Browse the repository at this point in the history
…freeze it in
  • Loading branch information
al3x committed Mar 20, 2008
1 parent 2fc6e57 commit dd3cffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-wiki.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

require 'environment'
require 'lib/sinatra/lib/sinatra'
require '../sinatra/lib/sinatra'

get('/') { redirect "/#{HOMEPAGE}" }

Expand Down

0 comments on commit dd3cffa

Please sign in to comment.