diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-26 04:01:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-26 04:01:02 +0900 |
| commit | 972f4006f0951f7abd92cb95f6dc9724860e556b (patch) | |
| tree | a0ee5e4e98062fe6f41a6670b905c9df850b7be4 /print.go | |
| parent | 9a8a0479084913f1b835e65e5e9f900e4cd9dbf7 (diff) | |
treewide: switch to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'print.go')
| -rw-r--r-- | print.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,7 @@ func printPs(output io.Writer, now time.Time, s state.Store, short, flagJSON boo as = strconv.Itoa(e.Config.Identity) id := e.Config.ID if id == "" { - id = "uk.gensokyo.hakurei." + e.s[:8] + id = "app.hakurei." + e.s[:8] } as += " (" + id + ")" } |
