From f7feaf60057cbdf0b5b46686ece7745cb328c31e Mon Sep 17 00:00:00 2001 From: Wai Yee Wong Date: Thu, 8 Jul 2021 16:36:53 -0400 Subject: [PATCH] Keep finding better wording --- xCAT-server/share/xcat/tools/go-xcat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/tools/go-xcat b/xCAT-server/share/xcat/tools/go-xcat index 295a0add2..52186e3d0 100755 --- a/xCAT-server/share/xcat/tools/go-xcat +++ b/xCAT-server/share/xcat/tools/go-xcat @@ -633,7 +633,7 @@ function check_repo_version_dnf() local num_version=0 # The following while loop scans the array entries. last_index points to the last - # entry. + # entry of the current package being looked at. local last_index=0 # Obtain the version of a package currently installed on the system. @@ -755,7 +755,7 @@ function check_repo_version_yum() local num_version=0 # The following while loop scans the array entries. last_index points to the last - # entry. + # entry of the current package being looked at. local last_index=0 # Obtain the version of a package currently installed on the system.