aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/themes.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/themes.rake')
-rw-r--r--lib/tasks/themes.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/themes.rake b/lib/tasks/themes.rake
index f86490500..3fb9eef19 100644
--- a/lib/tasks/themes.rake
+++ b/lib/tasks/themes.rake
@@ -35,6 +35,7 @@ namespace :themes do
rm_rf %w(.git .gitignore)
else
rm_rf install_path
+ raise "#{base_cmd} failed! Stopping."
end
end
end