summaryrefslogtreecommitdiffstats
path: root/cloudmasterd/script/destroy
diff options
context:
space:
mode:
Diffstat (limited to 'cloudmasterd/script/destroy')
-rwxr-xr-xcloudmasterd/script/destroy2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudmasterd/script/destroy b/cloudmasterd/script/destroy
index e48464d..40901a8 100755
--- a/cloudmasterd/script/destroy
+++ b/cloudmasterd/script/destroy
@@ -10,5 +10,5 @@ end
require 'rubigen/scripts/destroy'
ARGV.shift if ['--help', '-h'].include?(ARGV[0])
-RubiGen::Base.use_component_sources! [:rubygems, :newgem, :newgem_theme, :test_unit]
+RubiGen::Base.use_component_sources! [:newgem_simple, :test_unit]
RubiGen::Scripts::Destroy.new.run(ARGV)