diff options
| author | Alban Peignier | 2012-04-16 09:34:44 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2012-04-16 09:34:44 +0200 | 
| commit | a5d66a464ebda7be03ee97510fda02466bf6a2a8 (patch) | |
| tree | 55e675b64bcd7fb7615341ae7d2aaa5e6f0d6984 /lib/tasks/ci.rake | |
| parent | 6ea7375d3de52307c239d72b70afb9ddbb3c3e07 (diff) | |
| download | chouette-core-a5d66a464ebda7be03ee97510fda02466bf6a2a8.tar.bz2 | |
Fixes nice typo in ci:deploy. Refs #8
Diffstat (limited to 'lib/tasks/ci.rake')
| -rw-r--r-- | lib/tasks/ci.rake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 754fd277c..28a3bded9 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -3,7 +3,7 @@ namespace :ci do      cp "config/database.yml.ccontrol", "config/database.yml"    end    task :deploy do -    cp "cp workspace.war /var/lib/tomcat6/webapps/chouette2.war" +    cp "workspace.war", "/var/lib/tomcat6/webapps/chouette2.war"    end    task :build => ["db:migrate", "war", "ci:deploy"]  end | 
