From fdb28f8f5537dd25899e3d3922afb24a9f515c0b Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Wed, 14 Aug 2024 23:51:18 -0700 Subject: [PATCH] run the tests --- crates/cli/src/updater.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/updater.rs b/crates/cli/src/updater.rs index ccbea6631..bbd0e065a 100644 --- a/crates/cli/src/updater.rs +++ b/crates/cli/src/updater.rs @@ -573,7 +573,7 @@ pub async fn check_release( check_release_axo(app, current_binary).await } -pub async fn check_release_axo( +async fn check_release_axo( app: SupportedApp, current_binary: &Option, ) -> Result> {