Skip to content

Commit

Permalink
fix: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed May 30, 2024
1 parent 98a193e commit 29edd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/install-tool/install-tool-base.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export abstract class InstallToolBaseService {
}
content += ` "$@"\n`;

await writeFile(tgt, content.replace(/^\s+/gm, ''), { encoding: 'utf8' });
await writeFile(tgt, content, { encoding: 'utf8' });
await this.pathSvc.setOwner({ file: tgt });
}
}

0 comments on commit 29edd88

Please sign in to comment.