From 538e2f5bba993fc443f5afcb25e380c744edb32e Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 14 Feb 2024 23:27:30 +0100 Subject: [PATCH] Hotfix update script --- update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.js b/update.js index 94bad5a..7515995 100644 --- a/update.js +++ b/update.js @@ -15,7 +15,7 @@ module.exports = () => method: 'shell.run', params: { - message: 'git pull origin 2.3.0', + message: 'git pull', path: 'facefusion' } },