diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index aae96aed5..906bb133d 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -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