aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_client/record
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-14 02:19:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-14 02:19:36 +0200
commit678eaf1a36c2d96933b1f6f8db7edd39680d2ca2 (patch)
tree190b125528aab55ed9cf235ebd64d640caf0be2a /crates/turtle/src/atuin_client/record
parentfix(package.nix): Add a (kinda arbitrary) version number (diff)
downloadatuin-main.zip
fix(client/settings): Trim sync user_id and encryption_keyHEADmain
The files might be newline delimited, which we should remove before we try to parse the contents.
Diffstat (limited to 'crates/turtle/src/atuin_client/record')
-rw-r--r--crates/turtle/src/atuin_client/record/sync.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/turtle/src/atuin_client/record/sync.rs b/crates/turtle/src/atuin_client/record/sync.rs
index 3057bb10..b12d96c1 100644
--- a/crates/turtle/src/atuin_client/record/sync.rs
+++ b/crates/turtle/src/atuin_client/record/sync.rs
@@ -23,7 +23,7 @@ pub(crate) enum SyncError {
#[error("operational error: {msg:?}")]
OperationalError { msg: String },
- #[error("a request to the sync server failed: {msg:?}")]
+ #[error("a request to the sync server failed: {msg}")]
RemoteRequestError { msg: String },
#[error(