aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Etienne2012-07-06 10:15:38 +0200
committerMichel Etienne2012-07-06 10:15:38 +0200
commitcff05ff56a421f612091394f3a6e9cdb24fb93a5 (patch)
tree286af75cefc628d68dcea11c775a81dbf4f8b048
parent58a44e57f989f6467e43f28f472ca5511550aa37 (diff)
downloadchouette-core-cff05ff56a421f612091394f3a6e9cdb24fb93a5.tar.bz2
passage command en 2.0.0.2
-rw-r--r--config/environments/production.rb2
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"