From 057c0d5ed0879739d8136dd99820322198844d2e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 24 Jul 2024 19:27:52 +0800 Subject: [PATCH] fix(detach): fix detach url --- .ci/detach_plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index 82deb4d1c..1be7307b5 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -206,7 +206,7 @@ main () { git config user.email "eric@wsdjeg.net" git config user.name "Eric Wong" git commit -m "Auto Update based on https://github.com/SpaceVim/SpaceVim/commit/${GITHUB_SHA}" - git remote add wsdjeg_sourcecounter https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/cpicker.nvim.git + git remote add wsdjeg_sourcecounter https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/SourceCounter.vim.git git push wsdjeg_sourcecounter master cd - rm -rf detach/$1