Skip to content

Commit 3d5769f

Browse files
Update crates/turborepo-lib/src/engine/builder.rs
Co-authored-by: Mehul Kar <[email protected]>
1 parent 31d6a08 commit 3d5769f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/turborepo-lib/src/engine/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ impl<'a> EngineBuilder<'a> {
237237
{
238238
// If we have a pkg it should be in PackageGraph.
239239
// If we're hitting this error something has gone wrong earlier when building
240-
// PackageGraph or the workspace really doesn't exist and
240+
// PackageGraph or the package really doesn't exist and
241241
// turbo.json is misconfigured.
242242
let (span, text) = task_id.span_and_text("turbo.json");
243243
return Err(Error::MissingPackageFromTask {

0 commit comments

Comments
 (0)