Skip to content

Commit

Permalink
Merge pull request #14 from axodotdev/print_checking_for_updates
Browse files Browse the repository at this point in the history
feat: print when checking for updates
  • Loading branch information
mistydemeo authored Feb 16, 2024
2 parents 99149c1 + 5c60c0a commit fb12397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use axoupdater::AxoUpdater;
struct CliArgs {}

fn real_main(_cli: &CliApp<CliArgs>) -> Result<(), miette::Report> {
eprintln!("Checking for updates...");

if AxoUpdater::new_for_updater_executable()?
.load_receipt()?
.run()?
Expand Down

0 comments on commit fb12397

Please sign in to comment.