Hotfix update script

This commit is contained in:
henryruhs
2024-02-14 23:27:30 +01:00
parent 1c179be101
commit 538e2f5bba
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git pull origin 2.3.0',
message: 'git pull',
path: 'facefusion'
}
},