Skip to content

Commit

Permalink
feat(turbo): add spaces link (vercel#4632)
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman authored and NicholasLYang committed Apr 21, 2023
1 parent 1a8827e commit abdff2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turborepo-lib/src/cli.rs
Expand Up @@ -527,6 +527,7 @@ pub async fn run(repo_state: Option<RepoState>) -> Result<Payload> {
}

let modify_gitignore = !*no_gitignore;

let to = *target;
let mut base = CommandBase::new(clap_args, repo_root, version)?;

Expand Down

0 comments on commit abdff2c

Please sign in to comment.