diff --git a/universal_table.gemspec b/universal_table.gemspec index 7e059da..96bc5ca 100644 --- a/universal_table.gemspec +++ b/universal_table.gemspec @@ -11,7 +11,7 @@ if bundle_update_flag all_template.each do |folder| if !folder.include?('mobile') moudle_path = "#{folder}modules/universal_table/" - if !Dir.exist?(moudle_path) && Dir.exist?(File.dirname(moudle_path)) + if Dir.exist?(File.dirname(moudle_path)) Bundler.with_clean_env{system ('cp -r '+ app_path + '/modules/ ' + folder)} end end