diff options
Diffstat (limited to 'internal/app/spx11.go')
| -rw-r--r-- | internal/app/spx11.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/spx11.go b/internal/app/spx11.go index ba7a768a..e0e10672 100644 --- a/internal/app/spx11.go +++ b/internal/app/spx11.go @@ -24,7 +24,7 @@ type spX11Op struct { Display string } -func (s *spX11Op) toSystem(state *outcomeStateSys, _ *hst.Config) error { +func (s *spX11Op) toSystem(state *outcomeStateSys) error { if d, ok := state.k.lookupEnv("DISPLAY"); !ok { return newWithMessage("DISPLAY is not set") } else { |
