diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-04-05 09:28:33 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-04-05 09:28:33 -0400 |
| commit | 712b841d9f0ae0283d1f4805f01b47f9b8911a88 (patch) | |
| tree | 735bcf7618d7634aa27f2b18ad1f6e717111b162 /cmd | |
| parent | 3d1b3192d2e8391a3244407b7427243e55ee2046 (diff) | |
| download | x-712b841d9f0ae0283d1f4805f01b47f9b8911a88.tar.xz x-712b841d9f0ae0283d1f4805f01b47f9b8911a88.zip | |
cmd/vest-pit-near: lol oops it's not an interactive terminal, right
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/vest-pit-near/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/vest-pit-near/main.go b/cmd/vest-pit-near/main.go index b390422..b7c9fc5 100644 --- a/cmd/vest-pit-near/main.go +++ b/cmd/vest-pit-near/main.go @@ -101,7 +101,7 @@ func cron() { } func check(ctx context.Context) error { - dataStr, err := yeet.Output(ctx, "docker", "run", "--rm", "-it", *dockerImage, "wget", "-T", "30", "-q", "-O-", *checkURL) + dataStr, err := yeet.Output(ctx, "docker", "run", "--rm", *dockerImage, "wget", "-T", "30", "-q", "-O-", *checkURL) if err != nil { return fmt.Errorf("vest-pit-near: can't run docker command: %w", err) } |
