fix typo in update available text (#252)
This commit is contained in:
parent
9bfd07c6b4
commit
dc591212bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue