From dc591212bb714a090743bc1cedb34f8071373e8a Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Thu, 29 Jun 2023 17:16:02 -0400 Subject: [PATCH] fix typo in update available text (#252) --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d8c9c3f..ed07296 100644 --- a/src/main.rs +++ b/src/main.rs @@ -64,7 +64,7 @@ fn main() { Ok(Some(version)) => { eprintln!(); info!( - "steamguard-cli v{} is available. Download it here: https://github.com/dyc3/steamguard-cli/releases", + "steamguard-cli {} is available. Download it here: https://github.com/dyc3/steamguard-cli/releases", version ); }