Skip to content

Commit

Permalink
run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Aug 15, 2024
1 parent 6aca986 commit fdb28f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<AppManifest>,
) -> Result<Option<String>> {
Expand Down

0 comments on commit fdb28f8

Please sign in to comment.