Spelling mistake.

This commit is contained in:
breadone
2024-07-28 13:32:25 +12:00
parent f158a1ab77
commit 2cf2ffdbaf

View File

@@ -117,5 +117,5 @@ fn clone_repo(name: String) {
String::from_utf8(cmd.stdout).expect("Failed to clone repo.")
);
println!("Clone repo git@breadpi:/home/git/store/{name}.git to local folder.");
println!("Cloned repo git@breadpi:/home/git/store/{name}.git to {name}.");
}