Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 03b7b53

Browse files
committed
fix(test): Testing interactive mode
TODO: - [ ] All relevant automated tests (unit, integration) pass successfully. - [ ] New features or bug fixes are covered by appropriate new tests.
1 parent 6492ad6 commit 03b7b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use colored::Colorize;
66
// Using `thiserror` to create a structured error type.
77
#[derive(Error, Debug)]
88
pub enum GitError {
9-
#[error("Git command failed: {0}")]
9+
#[error("Git command failed terribly: {0}")]
1010
Git(String),
1111
}
1212

0 commit comments

Comments
 (0)