chore(setup-repo): Fix clippy warnings
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
@@ -53,7 +53,7 @@ fn main() -> Result<()> {
|
||||
if args.verbose {
|
||||
println!("{}", "Verbose mode enabled".dimmed());
|
||||
println!("{}", format!("Repository URL: {}", args.repo_url).dimmed());
|
||||
println!("{}", format!("Target directory: {}", target_dir).dimmed());
|
||||
println!("{}", format!("Target directory: {target_dir}").dimmed());
|
||||
}
|
||||
|
||||
println!("{}", "Setting up repository for worktree development".blue());
|
||||
@@ -71,6 +71,6 @@ fn main() -> Result<()> {
|
||||
Git::fetch_remotes(&target_dir)?;
|
||||
|
||||
println!("{}", "Repository setup complete.".green());
|
||||
println!("{}", format!("You can now create worktrees in '{}'.", target_dir).green());
|
||||
println!("{}", format!("You can now create worktrees in '{target_dir}'.").green());
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user