diff options
Diffstat (limited to 'src-tauri/src/main.rs')
-rw-r--r-- | src-tauri/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index a0f502b6..9cc27e31 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -203,7 +203,7 @@ async fn check_is_northstar_outdated( /// false -> FlightCore install is up-to-date /// true -> FlightCore install is outdated async fn check_is_flightcore_outdated_caller() -> Result<bool, String> { - check_is_flightcore_outdated() + check_is_flightcore_outdated().await } #[tauri::command] |