Skip to content

Commit d27084d

Browse files
authored
fix(tapes): use correct flag for censeye command (#34)
1 parent b8db26f commit d27084d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

2.11 MB
Loading

internal/command/censeye/censeye.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ func (*Command) Tapes(recorder *tape.Recorder) []tape.Tape {
316316
tape.NewTape("censeye-interactive",
317317
tape.DefaultTapeConfig(),
318318
recorder.Type(
319-
"censeye 145.131.8.169 -i",
319+
"censeye 145.131.8.169 -I",
320320
tape.WithSleepAfter(10),
321321
),
322322
recorder.SpamPress("j", 50),

0 commit comments

Comments
 (0)