Merge pull request #368 from CoelacanthusHex/patch-1

fix: typo Unknow -> Unknown
This commit is contained in:
chxuan 2021-09-03 12:53:49 +08:00 committed by GitHub
commit 2dc33dfeda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ function get_linux_distro()
elif grep -Eq "alpine" /etc/*-release; then
echo "Alpine"
else
echo "Unknow"
echo "Unknown"
fi
}