canonical / multipass

Multipass orchestrates virtual Ubuntu instances
https://multipass.run
GNU General Public License v3.0
7.63k stars 635 forks source link

Fix showing alias message on Blueprint creation #3388

Closed luis4a0 closed 6 months ago

luis4a0 commented 6 months ago

The alias message was not shown when launching a Blueprint which defined aliases. The issue was that it was shown only when the size of the alias dictionary was one, and in fact it would be two when the new alias is in a context different to default.

This bug was reported here.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f42a1bd) 84.18% compared to head (b6b2929) 84.18%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3388 +/- ## ======================================= Coverage 84.18% 84.18% ======================================= Files 251 251 Lines 13820 13820 ======================================= Hits 11634 11634 Misses 2186 2186 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.