diff options
| author | Alban Peignier | 2017-09-13 13:57:56 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2017-09-13 13:57:56 +0200 | 
| commit | 739d8f72dfccc858ce52db2d4a2222cce87418a4 (patch) | |
| tree | 53166fe7fea43d46e5de148c694df1577b729730 | |
| parent | 6f29e408e8d5a9c1dbd990059a11d4dc17b902b8 (diff) | |
| download | chouette-core-739d8f72dfccc858ce52db2d4a2222cce87418a4.tar.bz2 | |
Fixes nice pre-commit typo o/. Refs #4468
| -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 ca70d1821..69f5f9ca8 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -2,7 +2,7 @@ namespace :ci do    desc "Prepare CI build"    task :setup do      cp "config/database/jenkins.yml", "config/database.yml" -    sh "RAILS_ENV=test rake db:drop d:create db:migrate" +    sh "RAILS_ENV=test rake db:drop db:create db:migrate"      sh "npm --production --no-progress install"    end | 
