Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 61a7d8c

Browse files
xtreme-stevehiehnAndreas Voellmer
authored andcommitted
fixed typo
Signed-off-by: Andreas Voellmer <[email protected]>
1 parent e7695a3 commit 61a7d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/winsw_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (w *WinSW) Stop(label string) error {
104104
//sc delete org.cloudfoundry.cfdev.vpnkit
105105
cmd := exec.Command("cmd", "/C", "sc", "delete", "org.cloudfoundry.cfdev.vpnkit")
106106
output, err := cmd.CombinedOutput()
107-
fmt.Printf("DEBUG: %v OUTPUT FROM %v sc delete: \n", output)
107+
fmt.Printf("DEBUG: OUTPUT FROM %v sc delete: \n", output)
108108
if err != nil {
109109
return err
110110
}

0 commit comments

Comments
 (0)