Skip to content

Commit

Permalink
Edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Oct 8, 2024
1 parent 13ed810 commit ea55c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/engine/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl<'a> EngineBuilder<'a> {
self
}

/// If set, we will run all tasks in the graph, even if they are not
/// If set, we will include all tasks in the graph, even if they are not
/// specified
pub fn add_all_tasks(mut self) -> Self {
self.add_all_tasks = true;
Expand Down
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/run/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct RunBuilder {
should_print_prelude_override: Option<bool>,
allow_missing_package_manager: bool,
allow_no_turbo_json: bool,
// If true, we will run all tasks in the graph, even if they are not specified
// If true, we will add all tasks to the graph, even if they are not specified
add_all_tasks: bool,
}

Expand Down

0 comments on commit ea55c51

Please sign in to comment.