Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh committed Jun 27, 2023
1 parent 9e22173 commit 47736a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/troubleshootv2/cli/collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func doRun(ctx context.Context, args []string) error {
bdl := bundleimpl.NewTroubleshootBundle(bundleimpl.TroubleshootBundleOptions{
ProgressChan: progressChan,
})
klog.Infof("Starting to collecting bundle")
klog.Infof("Starting collecting bundle")
err = bdl.Collect(ctx, bundle.CollectOptions{
Specs: kinds,
BundleDir: bundleDir,
Expand Down

0 comments on commit 47736a1

Please sign in to comment.