Skip to content

Commit

Permalink
Remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jul 23, 2018
1 parent 3e8b01d commit 9d436e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wix/wrapper/wrapper_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ L:
if req.Cmd == svc.Shutdown && autoRetire() {
if err := h.retire(); err != nil {
h.elog.Error(stopEid, err.Error())
s <- svc.Status{State: svc.Running, Accepts: svc.AcceptShutdown | svc.AcceptShutdown}
s <- svc.Status{State: svc.Running, Accepts: svc.AcceptShutdown}
}
}
}
Expand Down

0 comments on commit 9d436e1

Please sign in to comment.