Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Commit

Permalink
Remove duplicate lib/ entry in path. Fixes #130
Browse files Browse the repository at this point in the history
  • Loading branch information
auxesis committed Aug 13, 2013
1 parent 6dcfe56 commit 3280c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/visage-app
Expand Up @@ -44,7 +44,7 @@ when "start"
server.start
when "genapache"
require 'socket'
public_dir = (@root + 'lib/visage-app/public').to_s
public_dir = (@root + 'visage-app/public').to_s

puts <<-CONFIG
<VirtualHost *>
Expand Down

0 comments on commit 3280c0d

Please sign in to comment.