aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ffbd6be76..73a4333f1 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/lib/chouette-command/chouette"
+ Chouette::Command.command = "/usr/local/opt/chouette-command/chouette-gui-2.0.0/chouette"
Import.root = "/var/lib/chouette/imports"
end