mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 13:41:39 +03:00
fix(cli): typo in update check notification (#4223)
This commit is contained in:
parent
ac7656ab19
commit
569fbd8b40
@ -296,7 +296,7 @@ fn check_for_updates() -> Result<()> {
|
||||
let upstream = semver::Version::parse(&upstream_version)?;
|
||||
if current < upstream {
|
||||
println!(
|
||||
"🚀 A new version of Tauri CLI is avaliable! [{}]",
|
||||
"🚀 A new version of Tauri CLI is available! [{}]",
|
||||
upstream.to_string()
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user