mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: #R插件更新修复
This commit is contained in:
parent
e62baceeb8
commit
6d16fc2629
@ -59,7 +59,7 @@ export class update extends plugin {
|
|||||||
|
|
||||||
let command = '';
|
let command = '';
|
||||||
if (isForce) {
|
if (isForce) {
|
||||||
command = `git checkout ./plugins/${pluginName}/ && git -C ./plugins/${pluginName}/ pull --no-rebase`
|
command = `git checkout . && git -C ./plugins/${pluginName}/ pull --no-rebase`
|
||||||
} else {
|
} else {
|
||||||
command = `git -C ./plugins/${pluginName}/ pull --no-rebase`
|
command = `git -C ./plugins/${pluginName}/ pull --no-rebase`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user