diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-02 21:23:55 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-02 21:23:55 +0900 |
| commit | a1d98823f8d17b49b432508d071b62ccd426f1ce (patch) | |
| tree | cacbe2d42f9ff3fd49b455e849770840e34d076a /internal/path.go | |
| parent | 255b77d91dc40736b7bbd7d96b22500076b098e5 (diff) | |
hakurei: move container toplevel
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/path.go')
| -rw-r--r-- | internal/path.go | 6 |
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() |
