From 6246b7018f73d0b64d12da51f7356baaaab585d0 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 15 Aug 2023 09:38:57 +0800 Subject: [PATCH] state file name --- main.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.mjs b/main.mjs index bdb7abf..31c16fb 100644 --- a/main.mjs +++ b/main.mjs @@ -98,7 +98,7 @@ try { if (!repoArg) { throw "error: Pls input repo: info | ghh | XX"; } - const filename = `.generate-file-hash.json`; + const filename = `.ftp-deploy-sync-state.json`; const _args = { 'local-dir': `./../${cfg[repoArg].folder}/`, 'state-name': filename,