diff options
Diffstat (limited to 'internal/app/sppulse.go')
| -rw-r--r-- | internal/app/sppulse.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/sppulse.go b/internal/app/sppulse.go index bf79ae51..5e4bfab9 100644 --- a/internal/app/sppulse.go +++ b/internal/app/sppulse.go @@ -23,7 +23,7 @@ type spPulseOp struct { Cookie *[pulseCookieSizeMax]byte } -func (s *spPulseOp) toSystem(state *outcomeStateSys, _ *hst.Config) error { +func (s *spPulseOp) toSystem(state *outcomeStateSys) error { pulseRuntimeDir, pulseSocket := s.commonPaths(state.outcomeState) if _, err := state.k.stat(pulseRuntimeDir.String()); err != nil { |
