Skip to content

Commit

Permalink
Fixed eval
Browse files Browse the repository at this point in the history
  • Loading branch information
German Osin authored and German Osin committed Jul 10, 2024
1 parent ea4d0ae commit 1de888a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func NewEvalCmd(appConfig *app.AppConfig) *cobra.Command {
for i, module := range args {
evaluator, err := pkl.NewEvaluator(
cmd.Context(),
pkl.WithProject(appConfig.Project()),
pkl.PreconfiguredOptions,
pklutils.WithVals(appConfig.Logger),
func(opts *pkl.EvaluatorOptions) {
Expand Down

0 comments on commit 1de888a

Please sign in to comment.