aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/path.go
diff options
context:
space:
mode:
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()