Skip to content

Commit 26caca3

Browse files
Update crates/turborepo-lib/src/config/mod.rs
Co-authored-by: Anthony Shew <[email protected]>
1 parent 3202891 commit 26caca3

File tree

1 file changed

+1
-1
lines changed
  • crates/turborepo-lib/src/config

1 file changed

+1
-1
lines changed

crates/turborepo-lib/src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ pub enum Error {
204204
},
205205
#[error("Cannot load turbo.json for {0} in single package mode.")]
206206
InvalidTurboJsonLoad(PackageName),
207-
#[error("Cannot use '$TURBO_ROOT$' anywhere besides start of string.")]
207+
#[error("\"$TURBO_ROOT$\" must be used at the start of glob.")]
208208
InvalidTurboRootUse {
209209
#[label("must be at start")]
210210
span: Option<SourceSpan>,

0 commit comments

Comments
 (0)