aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/path.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-07-02 21:23:55 +0900
committerOphestra <cat@gensokyo.uk>2025-07-02 21:23:55 +0900
commita1d98823f8d17b49b432508d071b62ccd426f1ce (patch)
treecacbe2d42f9ff3fd49b455e849770840e34d076a /internal/path.go
parent255b77d91dc40736b7bbd7d96b22500076b098e5 (diff)
hakurei: move container toplevel
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/path.go')
-rw-r--r--internal/path.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/path.go b/internal/path.go
index 6b7b2200..e910287a 100644
--- a/internal/path.go
+++ b/internal/path.go
@@ -8,12 +8,12 @@ import (
)
var (
- hakurei = compPoison
- hsu = compPoison
+ hmain = compPoison
+ hsu = compPoison
)
func MustHakureiPath() string {
- if name, ok := checkPath(hakurei); ok {
+ if name, ok := checkPath(hmain); ok {
return name
}
hlog.BeforeExit()