aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/run.go')
-rw-r--r--dbus/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/run.go b/dbus/run.go
index 5e489ba3..ac1c1619 100644
--- a/dbus/run.go
+++ b/dbus/run.go
@@ -18,7 +18,7 @@ func (p *Proxy) Start(ready chan error, output io.Writer) error {
return errors.New("proxy not sealed")
}
- h := helper.New(p.seal, p.path,
+ h := helper.New(p.seal, p.name,
func(argsFD, statFD int) []string {
if statFD == -1 {
return []string{"--args=" + strconv.Itoa(argsFD)}