Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
keisku committed Aug 12, 2021
1 parent 326f774 commit 510bfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func secretCommands(ctx context.Context, name string, opt options) ([]*exec.Cmd,
return []*exec.Cmd{kubectlGetSecret(ctx, append([]string{name, "-n", opt.Namespace}, o...)...)}, nil
}
var ns []string
if opt.AllNamespace {
if opt.AllNamespaces {
namespaecs, err := getAllNamespaces(ctx)
if err != nil {
return nil, err
Expand Down

0 comments on commit 510bfad

Please sign in to comment.