diff options
| author | Michel Etienne | 2015-10-30 13:34:47 +0100 | 
|---|---|---|
| committer | Michel Etienne | 2015-10-30 13:34:47 +0100 | 
| commit | 2324d3c60eab467b112d166cf0650c85b453b571 (patch) | |
| tree | 08f80ad462c84a23fd1d5bec9375ad3738551355 /config/deploy | |
| parent | d7c7b34f612cb68018eb9661dbefe2a0d9c56cf1 (diff) | |
| download | chouette-core-2324d3c60eab467b112d166cf0650c85b453b571.tar.bz2 | |
fix validation help pages link
Diffstat (limited to 'config/deploy')
| -rw-r--r-- | config/deploy/production.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config/deploy/production.rb b/config/deploy/production.rb index f1c464c48..269e4347a 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,3 +1,3 @@  server "chouette.marseille.cityway.fr", :app, :web, :db, :primary => true -set :branch, "V3_0" -set :gui_cmd, "3.0.0" +set :branch, "V3_1" +set :gui_cmd, "3.1.0" | 
