Skip to content

Commit

Permalink
fix(cli): store parsed options for Tasks, not Zod's parsing result
Browse files Browse the repository at this point in the history
  • Loading branch information
ivomurrell committed Sep 5, 2024
1 parent 4db9fa2 commit 60840a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cli/src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const loadTasks = async (
logger,
taskId,
getOptions(entryPoint.plugin.id as OptionKey) ?? {},
parsedOptions
parsedOptions.data
)
return valid([taskId, task])
} else {
Expand Down

0 comments on commit 60840a5

Please sign in to comment.