update_from_vendor.sh in selectize-rails-0.11.0 vs update_from_vendor.sh in selectize-rails-0.11.2

- old
+ new

@@ -10,8 +10,8 @@ echo "Copying css files" cp tmp_vendor/dist/css/*.css vendor/assets/stylesheets/ # Delete vendor repo echo "Removing cloned vendor repo" -# rm -rf tmp_vendor +rm -rf tmp_vendor echo "Finished... You'll need to commit the changes. You should consider updating the changelog and gem version number"