Skip to content

Commit

Permalink
Merge pull request #189 from zaaakher/fix/tiny-typo-1
Browse files Browse the repository at this point in the history
fix: tiny typo in exit text
  • Loading branch information
zaldih authored Aug 22, 2024
2 parents 1c46b42 + c99cfc6 commit fdb006e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/general.ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class GeneralUi extends BaseUi {
printExitMessage(stats: { spaceReleased: string }): void {
const { spaceReleased } = stats;
let exitMessage = `Space released: ${spaceReleased}\n`;
exitMessage += colors['gray']('Thanks for using npkill!\n Like it? Give us a start http://github.com/voidcosmos/npkill\n');
exitMessage += colors['gray']('Thanks for using npkill!\n Like it? Give us a star http://github.com/voidcosmos/npkill\n');
this.print(exitMessage);
}
}

0 comments on commit fdb006e

Please sign in to comment.