diff options
| author | Michel Etienne | 2013-05-28 16:17:39 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2013-05-28 16:17:39 +0200 | 
| commit | 1cb6ed36c3032817ced7345f2f6a3fe2369c4414 (patch) | |
| tree | db19613e38a29ab4a8a969e0cb0f0fbf43c87fc1 /config/environments/production.rb | |
| parent | 57bb8753866b793f24a0e167fc613e909650bf63 (diff) | |
| download | chouette-core-1cb6ed36c3032817ced7345f2f6a3fe2369c4414.tar.bz2 | |
rename chouette-gui as unzip make it
Diffstat (limited to 'config/environments/production.rb')
| -rw-r--r-- | config/environments/production.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index ce8c74a84..bd85c9741 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -112,7 +112,7 @@ ChouetteIhm::Application.configure do    else      config.to_prepare do        Devise::Mailer.layout "mailer" -      Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-cmd-2.0.3/chouette" +      Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-cmd_2.0.3/chouette"        Import.root = "/var/lib/chouette/imports"        Export.root = "/var/lib/chouette/exports"        FileValidation.root = "/var/lib/chouette/validations"  | 
