We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2571216 commit cad6f40Copy full SHA for cad6f40
repeater.go
@@ -30,7 +30,7 @@ var waitTimes []time.Duration = []time.Duration{
30
// invoke PowerShell.exe and run
31
func newRepeater(ctx context.Context) (*repeater, error) {
32
for i, limit := range waitTimes {
33
- log.Printf("invoking [W] in PowerShell.exe%s", trial(i+1))
+ log.Printf("invoking [W] in PowerShell.exe%s", trial(i))
34
35
cmd := exec.Command("PowerShell.exe", "-Command", "-")
36
in, err := cmd.StdinPipe()
0 commit comments