Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Nov 20, 2024
1 parent 57ab266 commit c2ce7f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/cli/commands/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,9 @@ func getPackageDependencyYaml(
return nil, stacktrace.Propagate(err, "Unable to read content of Starlark script file '%s'", starlarkScriptOrPackageId)
}
packageYaml, err = enclaveCtx.GetStarlarkScriptPlanYaml(ctx, string(scriptContentBytes), packageArgs)
if err != nil {
return nil, stacktrace.Propagate(err, "An error occurred retrieving plan yaml for provided package.")
}
}
}
return packageYaml, nil
Expand Down

0 comments on commit c2ce7f4

Please sign in to comment.