update_from_vendor.sh in selectize-rails-0.12.1 vs update_from_vendor.sh in selectize-rails-0.12.2

- old
+ new

@@ -1,9 +1,9 @@ #!/bin/bash # Checkout vendor repo -echo "Cloning brianreavis/selectize.js github repo into tmp_vendor" -git clone https://github.com/brianreavis/selectize.js.git tmp_vendor +echo "Cloning selectize/selectize.js github repo into tmp_vendor" +git clone https://github.com/selectize/selectize.js.git tmp_vendor # Copy files echo "Copying selectize.js" cp tmp_vendor/dist/js/standalone/selectize.js vendor/assets/javascripts/selectize.js echo "Copying css files"