Skip to content

Commit

Permalink
Done whatever clang-format wanted us to do
Browse files Browse the repository at this point in the history
This is a useless commit.
  • Loading branch information
viniciusferrao committed Feb 25, 2024
1 parent 19d127d commit c8514ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ std::vector<std::string> Repos::getxCATOSImageRepos() const
repos.emplace_back(
fmt::format("https://mirror.versatushpc.com.br/epel/{}/Everything/{}",
osMajorVersion, osArch));

// Modular repositories are only available on EL8
if (osMajorVersion == 8) {
repos.emplace_back(
Expand Down

0 comments on commit c8514ae

Please sign in to comment.