From 1785447788f5aef3e87548c7f9d06713603355d7 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 7 Jan 2023 16:52:22 -0600 Subject: [PATCH] install(#6): use HTTPS in clone --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 180cccd..919e3cf 100644 --- a/install.sh +++ b/install.sh @@ -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