diff --git a/Makefile b/Makefile index 2e1677f..a3807ea 100755 --- a/Makefile +++ b/Makefile @@ -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