diff --git a/run.js b/run.js index 2f0dbfb..ad7d2aa 100644 --- a/run.js +++ b/run.js @@ -14,14 +14,6 @@ module.exports = () => }, run: [ - { - method: 'shell.run', - params: - { - message: 'git reset --hard', - path: 'facefusion' - } - }, { method: 'local.set', params: @@ -29,6 +21,14 @@ module.exports = () => mode: '{{ input.mode }}' } }, + { + method: 'shell.run', + params: + { + message: 'git reset --hard --quiet', + path: 'facefusion' + } + }, { method: 'shell.run', params: