Skip to content

Commit

Permalink
Merge pull request #2092 from afdev82/patch-1
Browse files Browse the repository at this point in the history
Fix alchemy:generate:thumbnails task
  • Loading branch information
tvdeyen authored May 13, 2021
2 parents a6469f0 + 2f1b120 commit 62c4ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/alchemy/thumbnails.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ namespace :alchemy do
namespace :generate do
desc "Generates all thumbnails for Alchemy Pictures and EssencePictures."
task thumbnails: [
"alchemy_dragonfly_s3:generate:picture_thumbnails",
"alchemy_dragonfly_s3:generate:essence_picture_thumbnails",
"alchemy:generate:picture_thumbnails",
"alchemy:generate:essence_picture_thumbnails",
]

desc "Generates thumbnails for Alchemy Pictures."
Expand Down

0 comments on commit 62c4ca9

Please sign in to comment.