Merge pull request #210 from kidonng/https-clone

Use HTTPS remote in Makefile
This commit is contained in:
Enix 2022-02-16 14:36:01 +08:00 committed by GitHub
commit 9e2a2d9643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ RAW_VERSION?=$(shell node scripts/get-version.js)
FULL_VERSION=v$(RAW_VERSION)
pull-icons:
git clone git@github.com:vscode-icons/vscode-icons.git vscode-icons --depth=1
git clone https://github.com/vscode-icons/vscode-icons.git vscode-icons --depth=1
update-icons:
cd vscode-icons && git pull