Skip to content

Commit 1c152b6

Browse files
authored
fix typo fix
1 parent 01315cc commit 1c152b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/templates/src/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ impl Run {
474474
}
475475
}
476476

477-
// Function to check if the target directory is already in a git repositoriees
477+
// Function to check if the target directory is already in a git repositories
478478
async fn is_already_in_git_repo(&self, dir: &std::path::Path) -> bool {
479479
use tokio::process::Command;
480480

0 commit comments

Comments
 (0)