mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-12 17:55:41 +08:00
Fix vim todo url
This commit is contained in:
parent
228283a2ef
commit
af0d13b1e2
@ -76,7 +76,7 @@ main () {
|
||||
exit 0
|
||||
;;
|
||||
vim-todo)
|
||||
git clone https://github.com/wsdjeg/vim-todo.vim.git detach/$1
|
||||
git clone https://github.com/wsdjeg/vim-todo.git detach/$1
|
||||
cd detach/$1
|
||||
_checkdir syntax/
|
||||
_detect syntax/SpaceVimTodoManager.vim
|
||||
@ -90,7 +90,7 @@ main () {
|
||||
git config user.email "wsdjeg@qq.com"
|
||||
git config user.name "SpaceVimBot"
|
||||
git commit -m "Auto Update"
|
||||
git remote add wsdjeg_vim_todo https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/vim-todo.vim.git
|
||||
git remote add wsdjeg_vim_todo https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/vim-todo.git
|
||||
git push wsdjeg_vim_todo master
|
||||
cd -
|
||||
rm -rf detach/$1
|
||||
|
Loading…
x
Reference in New Issue
Block a user