Skip to content

Commit

Permalink
Add --urlprotocol option to download command
Browse files Browse the repository at this point in the history
  • Loading branch information
derickdiaz committed Jan 24, 2024
1 parent 442b47d commit 24c7ed3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dnf5/commands/download/download.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ void DownloadCommand::run() {
}
for (auto & [nerva, pkg] : download_pkgs) {
auto urls = pkg.get_remote_locations(urlprotocol_option);
std::cout << urls.empty() << std::endl;
std::cout << urls.size() << std::endl;
if (urls.empty()) {
ctx.base.get_logger()->warning("Failed to get mirror for package: \"{}\"", pkg.get_name());
continue;
Expand Down

0 comments on commit 24c7ed3

Please sign in to comment.