diff --git a/update_from_vendor.sh b/update_from_vendor.sh index 583aba2..6080a25 100755 --- a/update_from_vendor.sh +++ b/update_from_vendor.sh @@ -1,8 +1,8 @@ #!/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"