Skip to content

Commit 726928b

Browse files
author
Stephan Dilly
committed
fix logging
1 parent 40e9194 commit 726928b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncgit/src/sync/commit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub fn amend(
99
id: CommitId,
1010
msg: &str,
1111
) -> Result<CommitId> {
12-
scope_time!("commit");
12+
scope_time!("amend");
1313

1414
let repo = repo(repo_path)?;
1515
let commit = repo.find_commit(id.into())?;

0 commit comments

Comments
 (0)