From 8eff1b3a135b954eee3b2a79232928410fd17c1d Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Tue, 17 Nov 2020 11:45:49 +0200 Subject: [PATCH] FIX: Add dummy themes:update task (#11262) --- 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