Skip to content

Commit e6bfadf

Browse files
Update crates/turborepo-lib/src/task_graph/visitor/mod.rs
Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
1 parent b172c7f commit e6bfadf

File tree

1 file changed

+1
-1
lines changed
  • crates/turborepo-lib/src/task_graph/visitor

1 file changed

+1
-1
lines changed

crates/turborepo-lib/src/task_graph/visitor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub enum Error {
7979
},
8080
#[error(
8181
"Your `package.json` script looks like it invokes a Root Task ({task_name}), creating a \
82-
loop of `turbo` invocations. You likely have misconfigured the strategy for your scripts \
82+
loop of `turbo` invocations. You likely have misconfigured your scripts \
8383
and tasks or your package manager's Workspace structure."
8484
)]
8585
#[diagnostic(

0 commit comments

Comments
 (0)