From eed422dc02d34b9a15a43c8f3dd0236b22e57de5 Mon Sep 17 00:00:00 2001 From: Arnaud Lefebvre Date: Wed, 1 Aug 2018 01:33:46 +0200 Subject: [PATCH] centos: fix typo in updates repository base url --- mkosi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi b/mkosi index bff99e737..127bb2d61 100755 --- a/mkosi +++ b/mkosi @@ -1239,7 +1239,7 @@ def install_centos(args, workspace, run_build_script): if args.mirror: release_url = "baseurl={args.mirror}/centos/{args.release}/os/x86_64".format(args=args) - updates_url = "baseurl={args.mirror}/cenots/{args.release}/updates/x86_64/".format(args=args) + updates_url = "baseurl={args.mirror}/centos/{args.release}/updates/x86_64/".format(args=args) else: release_url = "mirrorlist=http://mirrorlist.centos.org/?release={args.release}&arch=x86_64&repo=os".format(args=args) updates_url = "mirrorlist=http://mirrorlist.centos.org/?release={args.release}&arch=x86_64&repo=updates".format(args=args) -- 2.47.2