Skip to content

Commit

Permalink
Update src/commands/app/doctor.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kuruyia <[email protected]>
  • Loading branch information
rolljee and Kuruyia authored Nov 15, 2023
1 parent 72abcc4 commit 91da5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/app/doctor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default class AppDoctor extends Kommand {
suggestions.push("Install Docker and the Compose plugin");
}

this.log(`----------------- DoKtor finish his job ! -----------------`);
this.log(`----------------- DoKtor finished its job ! -----------------`);
this.log(`He suggest you to check the following points:`);
for (const suggestion of suggestions) {
this.logInfo(" => " + suggestion);
Expand Down

0 comments on commit 91da5ef

Please sign in to comment.