1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

fix(install): update repo url in install.cmd

This commit is contained in:
wsdjeg 2023-10-21 22:26:24 +08:00
parent 1115c2c9e2
commit 9169a2db2a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ echo "
Push-Location ~
$app_name = "SpaceVim"
$repo_url = "https://github.com/SpaceVim/SpaceVim.git"
$repo_url = "https://gitlab.com/SpaceVim/SpaceVim.git"
$repo_name = "SpaceVim"
$repo_path = "$HOME\.SpaceVim"

View File

@ -3,7 +3,7 @@
Push-Location ~
$app_name = "SpaceVim"
$repo_url = "https://github.com/SpaceVim/SpaceVim.git"
$repo_url = "https://gitlab.com/SpaceVim/SpaceVim.git"
$repo_name = "SpaceVim"
$repo_path = "$HOME\.SpaceVim"