Skip to content

Commit

Permalink
fixing log line
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAtlassian committed Sep 13, 2023
1 parent 8eca682 commit 18088b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const findConfigAsCodeFileChanges = async (event: PushEvent, token: strin
};
}
console.log(
`Found ${added.length} added diffs, ${removed.length} removed diffs, and ${added.length} removed diffs in push event. Now processing what files might have been moved or renamed.`,
`Found ${added.length} added diffs, ${removed.length} removed diffs, and ${modified.length} modified diffs in push event. Now processing what files might have been moved or renamed.`,
);

const [createPayload, unlinkPayload, modifiedFiles] = await Promise.all([
Expand Down

0 comments on commit 18088b3

Please sign in to comment.