diff options
| author | Alban Peignier | 2012-06-19 14:43:06 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2012-06-19 14:43:06 +0200 | 
| commit | 4b83eeb9d19c8e362af209d6227bf7c782b1abdb (patch) | |
| tree | 7b3db4a9884b51c752e466920fc3278a3a78f754 /config/environments/production.rb | |
| parent | 1b9b836f25cd7af78c0ec5f48b999e1dea27fa97 (diff) | |
| download | chouette-core-4b83eeb9d19c8e362af209d6227bf7c782b1abdb.tar.bz2 | |
Use chouette-gui-2.0.0 in Chouette::Command
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 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  | 
