Skip to content

Commit bfccfbd

Browse files
committed
chore: fix typo
1 parent 858a41c commit bfccfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func (e *Executor) persistentPostRun(_ *cobra.Command, _ []string) error {
9393
printMemStats(&ms, e.log)
9494

9595
if err := pprof.WriteHeapProfile(f); err != nil {
96-
return fmt.Errorf("cCan't write heap profile: %w", err)
96+
return fmt.Errorf("can't write heap profile: %w", err)
9797
}
9898
_ = f.Close()
9999
}

0 commit comments

Comments
 (0)