lib/tasks/download_schema.rake in wcc-contentful-1.2.0 vs lib/tasks/download_schema.rake in wcc-contentful-1.2.1
- old
+ new
@@ -3,10 +3,10 @@
require 'wcc/contentful'
require 'wcc/contentful/downloads_schema'
namespace :wcc_contentful do
desc 'Downloads the schema from the currently configured space and stores it in ' \
- 'db/contentful-schema.json'
+ 'db/contentful-schema.json'
task download_schema: :environment do
WCC::Contentful::DownloadsSchema.call
end
end