Skip to content

Commit

Permalink
Better repo locations in configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Jun 11, 2011
1 parent 8cd28f8 commit 7b5639f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ def initialize(env)

def repository_root
{
"development" => "/tmp/gust",
"development" => "/var/gust",
"test" => "/tmp/gust_test",
"production" => "/var/gust"
}.fetch(@env)
end
end

0 comments on commit 7b5639f

Please sign in to comment.