fix typo in update available text (#252)

This commit is contained in:
Carson McManus 2023-06-29 17:16:02 -04:00 committed by GitHub
parent 9bfd07c6b4
commit dc591212bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
);
}