diff --git a/src/gitpuller.ts b/src/gitpuller.ts index 10d2829..4f7c042 100644 --- a/src/gitpuller.ts +++ b/src/gitpuller.ts @@ -138,7 +138,7 @@ export abstract class GitPuller { await this._contents .get(filename, { content: false }) .then(() => { - filename = `${filename}_${inc}`; + filename = `${inc}_${filename}`; inc++; }) .catch(e => {