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)) => {
|
Ok(Some(version)) => {
|
||||||
eprintln!();
|
eprintln!();
|
||||||
info!(
|
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
|
version
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue