Fix toml struct tag in win_service #4811 (#4936)

This commit is contained in:
Greg
2018-11-05 14:33:02 -07:00
committed by Daniel Nelson
parent 6120c65a5a
commit 74667cd681
2 changed files with 1 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ func getService(name string) (*mgr.Service, error) {
}
func queryPidWithWinServiceName(winServiceName string) (uint32, error) {
srv, err := getService(winServiceName)
if err != nil {
return 0, err