diff --git a/asyncgit/src/sync/commit.rs b/asyncgit/src/sync/commit.rs index b24e7ce5..de96c8bc 100644 --- a/asyncgit/src/sync/commit.rs +++ b/asyncgit/src/sync/commit.rs @@ -9,7 +9,7 @@ pub fn amend( id: CommitId, msg: &str, ) -> Result { - scope_time!("commit"); + scope_time!("amend"); let repo = repo(repo_path)?; let commit = repo.find_commit(id.into())?;