Skip to content

Commit

Permalink
Merge pull request #84 from vivid-planet/dkarnutsch-patch-1
Browse files Browse the repository at this point in the history
Harmonize Status Casing
  • Loading branch information
dkarnutsch authored Feb 5, 2024
2 parents 76238a1 + 1252f80 commit 8a438ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon-command/status.daemon-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface StatusCommandOptions extends ScriptsMatchingPatternOptions {

const statusTexts: { [status in ScriptStatus]: string } = {
started: colors.green("Started"),
stopping: colors.red("stopping"),
stopping: colors.red("Stopping"),
stopped: "Stopped",
waiting: colors.yellow("Waiting"),
backoff: colors.red("Backoff"),
Expand Down

0 comments on commit 8a438ba

Please sign in to comment.