install(#6): use HTTPS in clone
This commit is contained in:
parent
770e0d5171
commit
1785447788
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue