Skip to content

Commit

Permalink
Display installers with mismatched detected arch for successful updat…
Browse files Browse the repository at this point in the history
…es (#114)

* display mismatched arch for successful updates

* fix line spacing
  • Loading branch information
ryfu-msft authored Jul 20, 2021
1 parent f262066 commit 9a663ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WingetCreateCLI/Commands/UpdateCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ public async Task<Manifests> DeserializeExistingManifestsAndUpdate(List<string>
return null;
}

DisplayMismatchedArchitectures(detectedArchOfInstallers);
return manifests;
}

Expand Down

0 comments on commit 9a663ed

Please sign in to comment.