public
Description: Your friendly neighborhood nzb downloader
Clone URL: git://github.com/maddox/pyrot.git
Click here to lend your support to: pyrot and make a donation at www.pledgie.com !
fixed env
maddox (author)
Mon May 12 20:55:21 -0700 2008
commit  ed0278d19766a5da739c4394bf9f35bf06c82f98
tree    296d357736d045103721ad52981fb0364a39363c
parent  fdf23abc13dc702937374dd37474a88dcd012155
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@ include FileUtils
0
 
0
 
0
 class Mover
0
- @rails_env = 'development'
0
+ @rails_env = 'production'
0
 
0
   def self.set_rails_env(env)
0
     @rails_env = env

Comments

    No one has commented yet.