mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
Use HTTPS remote in Makefile
This commit is contained in:
parent
162fda29dd
commit
b501a928fe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue