From 963a935409e9310341345266eb0da59cae5f744c Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 5 Apr 2025 13:45:20 +1000 Subject: [PATCH] Fix typo --- centos2ol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos2ol.sh b/centos2ol.sh index 3e92764..5591f16 100755 --- a/centos2ol.sh +++ b/centos2ol.sh @@ -556,7 +556,7 @@ fi # CentOS specific replacements case "$os_version" in 7*) - # Prior to switch this is a dependancy of the yum rpm, now we've switched we can remove it + # Prior to switch this is a dependency of the yum rpm, now we've switched we can remove it if rpm -q yum-plugin-fastestmirror; then yum erase -y yum-plugin-fastestmirror fi