aboutsummaryrefslogtreecommitdiffhomepage
path: root/print.go
diff options
context:
space:
mode:
Diffstat (limited to 'print.go')
-rw-r--r--print.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.go b/print.go
index a8ede635..4227d46c 100644
--- a/print.go
+++ b/print.go
@@ -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 + ")"
}