aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin/src/command/client/account/verify.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin/src/command/client/account/verify.rs b/crates/atuin/src/command/client/account/verify.rs
index 7c707117..1533c283 100644
--- a/crates/atuin/src/command/client/account/verify.rs
+++ b/crates/atuin/src/command/client/account/verify.rs
@@ -36,7 +36,7 @@ pub async fn run(settings: &Settings, token: Option<String>) -> Result<()> {
(false, false) => {
println!(
- "Your Atuin server does not have mail setup. This is not required, though your account cannot be verified. Speak to your admin."
+ "Your Atuin server does not have mail set up. This is not required, though your account cannot be verified. Speak to your admin."
);
}