Skip to content

Commit 9c7218d

Browse files
fix wording
1 parent 754682e commit 9c7218d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/packages/pack/zipUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export async function doZip(
5555
process.chdir(initialWorkingDirectory);
5656
if (fs.existsSync(archivePath) && overwrite === false)
5757
{
58-
logger.info?.(`Found an existing archive at ${archivePath} and overwrite is disabled. The existing archive will not be over-written.`);
58+
logger.info?.(`Found an existing archive at ${archivePath} and overwrite is disabled. The existing archive will not be overwritten.`);
5959
return;
6060
}
6161

0 commit comments

Comments
 (0)