fix: typo Unknow -> Unknown

This commit is contained in:
Coelacanthus 2021-08-03 14:01:06 +08:00 committed by GitHub
parent b715ec8dd7
commit a028f20ed8
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
}