lib/katello/tasks/upgrades/4.3/fix_url_auth.rake in katello-4.14.1 vs lib/katello/tasks/upgrades/4.3/fix_url_auth.rake in katello-4.15.0.rc1
- old
+ new
@@ -12,10 +12,10 @@
user, password = uri.userinfo.split(':')
upstream_url.slice!(uri.userinfo + "@")
repo_params = {
upstream_username: user,
upstream_password: password,
- url: upstream_url
+ url: upstream_url,
}
ForemanTasks.sync_task(Actions::Katello::Repository::Update, repo.root, repo_params)
end
end
end