Skip to content

Commit cb2be10

Browse files
committed
Fix review comments - TODO removal
Signed-off-by: aravind.est <aravindhan.a@est.tech>
1 parent 94659b1 commit cb2be10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commands/fn/doc/cmdfndoc.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ func (r *Runner) runE(c *cobra.Command, _ []string) error {
6464
if r.Image == "" {
6565
return errors.New("image must be specified")
6666
}
67-
// TODO: We probably should be going through the runner
6867
resolveFunc := fnruntime.ResolveToImageForCLIFunc(fnruntime.GHCRImagePrefix)
6968
image, err := resolveFunc(c.Context(), r.Image)
7069
if err != nil {

0 commit comments

Comments
 (0)