aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/linux/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/linux/interface.go')
-rw-r--r--internal/linux/interface.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/linux/interface.go b/internal/linux/interface.go
index 1bb87db9..68129363 100644
--- a/internal/linux/interface.go
+++ b/internal/linux/interface.go
@@ -19,8 +19,8 @@ type System interface {
TempDir() string
// LookPath provides [exec.LookPath].
LookPath(file string) (string, error)
- // Executable provides [os.Executable].
- Executable() (string, error)
+ // MustExecutable provides [proc.MustExecutable].
+ MustExecutable() string
// LookupGroup provides [user.LookupGroup].
LookupGroup(name string) (*user.Group, error)
// ReadDir provides [os.ReadDir].