Skip to content

Commit

Permalink
fixed update vendor script
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelvanrijn committed Jun 29, 2016
1 parent 3c17259 commit 5d1880d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_from_vendor.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5d1880d

Please sign in to comment.