From 7db4d0ac8487ec170fef8b4e3dd7d23a73617be8 Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Tue, 17 Nov 2020 11:45:47 +0200 Subject: [PATCH] FIX: Add dummy themes:update task (#11261) --- lib/tasks/themes.rake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/tasks/themes.rake b/lib/tasks/themes.rake index 8a8cde8f68..ea44f792ce 100644 --- a/lib/tasks/themes.rake +++ b/lib/tasks/themes.rake @@ -51,6 +51,9 @@ task "themes:install" => :environment do |task, args| end end +task "themes:update" => :environment do +end + desc "List all the installed themes on the site" task "themes:audit" => :environment do components = Set.new