bin/appbundle-updater in appbundle-updater-1.0.5 vs bin/appbundle-updater in appbundle-updater-1.0.6

- old
+ new

@@ -128,15 +128,10 @@ def to_s name end end -chef_install_command = - if windows? - "#{bin_dir.join("gem")} build chef-windows.gemspec & #{bin_dir.join("gem")} install chef*.gem --no-document" - else - "#{bin_dir.join("bundle")} exec #{bin_dir.join("rake")} install" - end +chef_install_command = "#{bin_dir.join("bundle")} exec #{bin_dir.join("rake")} install" CHEFDK_APPS = [ App.new( "berkshelf", "berkshelf/berkshelf",