aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/state/exit.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/state/exit.go')
-rw-r--r--internal/state/exit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/state/exit.go b/internal/state/exit.go
index e0e2c04a..3da1f48e 100644
--- a/internal/state/exit.go
+++ b/internal/state/exit.go
@@ -33,7 +33,7 @@ func BeforeExit() {
}
}
- if d, err := readLaunchers(); err != nil {
+ if d, err := readLaunchers(u.Uid); err != nil {
fmt.Println("Error reading active launchers:", err)
os.Exit(1)
} else if len(d) > 0 {