Skip to content

Commit

Permalink
Merge #3102
Browse files Browse the repository at this point in the history
3102: [platform/shared] Fix missing comma in snapcraft set r=ricab a=townsend2010

Fixes #3101

Co-authored-by: Chris Townsend <christopher.townsend@canonical.com>
  • Loading branch information
bors[bot] and Chris Townsend committed May 27, 2023
1 parent 1384f67 commit a771fff
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/platform/platform_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@

namespace multipass::platform
{
const std::unordered_set<std::string> supported_snapcraft_aliases{"core18",
"18.04",
"core20",
"20.04"
"core22",
"22.04",
"devel"};
const std::unordered_set<std::string> supported_snapcraft_aliases{"core18", "18.04", "core20", "20.04",
"core22", "22.04", "devel"};

QString interpret_hotkey(const QString& val);
} // namespace multipass::platform
Expand Down

0 comments on commit a771fff

Please sign in to comment.