Skip to content

Commit

Permalink
change phraising
Browse files Browse the repository at this point in the history
  • Loading branch information
Assaf Sapir committed Mar 8, 2024
1 parent 43f2014 commit a8df29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loco-cli/src/prompt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub fn warn_if_in_git_repo() -> eyre::Result<()> {
if answer {
Ok(())
} else {
Err(eyre::eyre!("user choose not to continue"))
Err(eyre::eyre!("Aborted: You've chose not to continue."))
}
}

Expand Down

0 comments on commit a8df29d

Please sign in to comment.