From 58b8fe093da506595118076cedbdeee4aa6d20b0 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 17 Jan 2023 09:34:53 -0800 Subject: Fix typos in comments / *.md (#396) --- src/common-utils/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common-utils/main.sh') diff --git a/src/common-utils/main.sh b/src/common-utils/main.sh index 893f53a..c8541cd 100644 --- a/src/common-utils/main.sh +++ b/src/common-utils/main.sh @@ -292,7 +292,7 @@ chmod +x /etc/profile.d/00-restore-env.sh # Bring in ID, ID_LIKE, VERSION_ID, VERSION_CODENAME . /etc/os-release -# Get an adjusted ID independant of distro variants +# Get an adjusted ID independent of distro variants if [ "${ID}" = "debian" ] || [ "${ID_LIKE}" = "debian" ]; then ADJUSTED_ID="debian" elif [[ "${ID}" = "rhel" || "${ID}" = "fedora" || "${ID}" = "mariner" || "${ID_LIKE}" = *"rhel"* || "${ID_LIKE}" = *"fedora"* || "${ID_LIKE}" = *"mariner"* ]]; then -- cgit v1.2.3