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:
parent
1115c2c9e2
commit
9169a2db2a
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user