diff options
Diffstat (limited to 'cloudmasterd/script/destroy')
| -rwxr-xr-x | cloudmasterd/script/destroy | 2 |
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) |
