diff --git a/update.js b/update.js index 59d6046..063de02 100644 --- a/update.js +++ b/update.js @@ -18,6 +18,14 @@ module.exports = () => message: 'git pull origin 2.2.1', path: 'facefusion' } + }, + { + method: 'shell.run', + params: + { + message: 'git checkout 2.2.1', + path: 'facefusion' + } } ] };