From 2c030465239a449d78b4b53c9e548d3d60b8c1ce Mon Sep 17 00:00:00 2001 From: Dale Hamel Date: Mon, 16 Sep 2019 19:59:16 -0400 Subject: [PATCH] Update pkg/cmd/run.go Co-Authored-By: fixmie[bot] <44270338+fixmie[bot]@users.noreply.github.com> --- pkg/cmd/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/run.go b/pkg/cmd/run.go index 091cd7fe..00e42da2 100644 --- a/pkg/cmd/run.go +++ b/pkg/cmd/run.go @@ -25,7 +25,7 @@ var ( ImageNameTag = "quay.io/iovisor/kubectl-trace-bpftrace:latest" // InitImageNameTag represents the default init container image InitImageNameTag = "quay.io/iovisor/kubectl-trace-init:latest" - // By default do not allow traces to run for longer than one hour + // DefaultDeadline default do not allow traces to run for longer than one hour DefaultDeadline = 3600 )