2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-25 20:50:26 +00:00

Adjust spacing for a few comments

This commit is contained in:
Wai Yee Wong
2021-07-08 15:15:49 -04:00
parent c2523b7a41
commit 75505349dc

View File

@@ -666,8 +666,8 @@ function check_repo_version_dnf()
echo "${ver[last_index]}"
# If a package has multiple versions, more work needs to be done.
else
# Get the current version of the package.
current_version=`rpm -q --qf '%{version}-%{release}\n' $1`
# Get the current version of the package.
current_version=`rpm -q --qf '%{version}-%{release}\n' $1`
# Is xCAT currently installed?
is_xcat_installed=`rpm -qa | grep -i xcat`
@@ -788,8 +788,8 @@ function check_repo_version_yum()
echo "${ver[last_index]}"
# If a package has multiple versions, more work needs to be done.
else
# Get the current version of the package.
current_version=`rpm -q --qf '%{version}-%{release}\n' $1`
# Get the current version of the package.
current_version=`rpm -q --qf '%{version}-%{release}\n' $1`
# Is xCAT currently installed?
is_xcat_installed=`rpm -qa | grep -i xcat`