Skip to content

Commit

Permalink
fix recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Dec 19, 2023
1 parent f65d268 commit e314577
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action/recipes/recipes.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ func Execute(ctx context.Context, target string, targetType string, config Confi
},
}
return edk2(ctx, client, &opts, "", &artifacts)
case "":
return ErrTargetMissing
default:
return fmt.Errorf("%w: %s", ErrTargetInvalid, target)
}
Expand Down

0 comments on commit e314577

Please sign in to comment.