Skip to content

Commit

Permalink
fix(pkg/cmd): const can't be updated with ldflags
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <[email protected]>
  • Loading branch information
fntlnz committed Feb 7, 2019
1 parent 70b0268 commit 53d8b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"k8s.io/client-go/rest"
)

const (
var (
// ImageNameTag represents the default tracerunner image
ImageNameTag = "quay.io/fntlnz/kubectl-trace-bpftrace:latest"
// InitImageNameTag represents the default init container image
Expand Down

0 comments on commit 53d8b8d

Please sign in to comment.