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,