diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-01-17 20:34:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 20:34:53 +0300 |
commit | 58b8fe093da506595118076cedbdeee4aa6d20b0 (patch) | |
tree | c9f0665461e66b57419d82bbccc4ec5c5669f147 /src/common-utils | |
parent | 79588ef3da9abb2b536583130653b05030e8e5a6 (diff) |
Fix typos in comments / *.md (#396)
Diffstat (limited to 'src/common-utils')
-rw-r--r-- | src/common-utils/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |