aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/launch.sudo.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/launch.sudo.go')
-rw-r--r--internal/app/launch.sudo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/launch.sudo.go b/internal/app/launch.sudo.go
index e7a20672..dbb49318 100644
--- a/internal/app/launch.sudo.go
+++ b/internal/app/launch.sudo.go
@@ -24,7 +24,7 @@ func (a *app) commandBuilderSudo(shimEnv string) (args []string) {
args = append(args, shimEnv)
// -- $@
- args = append(args, "--", a.seal.sys.executable, "shim")
+ args = append(args, "--", a.os.FshimPath())
return
}