install(#6): use HTTPS in clone

This commit is contained in:
Barrett Ruth 2023-01-07 16:52:22 -06:00
parent 770e0d5171
commit 1785447788

View file

@ -5,7 +5,7 @@ if [ ! "$1" ]; then
exit
fi
git clone 'git@github.com:wix/import-cost.git' || (echo 'Failed to clone wix/import-cost' && exit)
git clone 'https://github.com/wix/import-cost.git' || (echo 'Failed to clone wix/import-cost' && exit)
cd import-cost || exit
$1 install