diff options
| author | Michel Etienne | 2012-07-06 10:15:38 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2012-07-06 10:15:38 +0200 | 
| commit | cff05ff56a421f612091394f3a6e9cdb24fb93a5 (patch) | |
| tree | 286af75cefc628d68dcea11c775a81dbf4f8b048 /config/environments | |
| parent | 58a44e57f989f6467e43f28f472ca5511550aa37 (diff) | |
| download | chouette-core-cff05ff56a421f612091394f3a6e9cdb24fb93a5.tar.bz2 | |
passage command en 2.0.0.2
Diffstat (limited to 'config/environments')
| -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 19568bcb7..b3e0c7ce0 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -65,7 +65,7 @@ ChouetteIhm::Application.configure do    config.action_mailer.default_url_options = { :host => 'chouette.dryade.net/chouette2' }    config.to_prepare do -    Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-gui-2.0.0/chouette" +    Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-gui-2.0.0.2/chouette"      Import.root = "/var/lib/chouette/imports"      Export.root = "/var/lib/chouette/exports"      FileValidation.root = "/var/lib/chouette/validations"  | 
