lib/capistrano/tasks/db.rake in capistrano-db-sync-0.0.13 vs lib/capistrano/tasks/db.rake in capistrano-db-sync-0.0.14

- old
+ new

@@ -38,10 +38,10 @@ desc <<-DESC Retrieves a remote database from the selected stage environment to the local development environment. The database credentials will be read from your local config/database.yml file. DESC - task :remote_to_locale do + task :remote_to_local do on roles(:all) do # Backup de la base donnée distante # Création du fichier SQL de la base de données distante filename = "dump.local.#{Time.now.strftime '%Y-%m-%d_%H-%M-%S'}.sql" \ No newline at end of file