Skip to content

Commit bdf0d9e

Browse files
committed
Test commit
Signed-off-by: divyansh42 <diagrawa@redhat.com>
1 parent 50d1030 commit bdf0d9e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/cmd/bundle/bundle.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ package bundle
1616

1717
import (
1818
"errors"
19+
"fmt"
1920

2021
"github.com/spf13/cobra"
2122
"github.com/tektoncd/cli/pkg/cli"
@@ -28,6 +29,7 @@ var (
2829
)
2930

3031
func Command(p cli.Params) *cobra.Command {
32+
fmt.Println("Test")
3133
cmd := &cobra.Command{
3234
Use: "bundle",
3335
Aliases: []string{"tkb", "bundles"},

0 commit comments

Comments
 (0)