Skip to content

Commit

Permalink
fix: typo Unknow -> Unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
CoelacanthusHex authored Aug 3, 2021
1 parent b715ec8 commit a028f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function get_linux_distro()
elif grep -Eq "alpine" /etc/*-release; then
echo "Alpine"
else
echo "Unknow"
echo "Unknown"
fi
}

Expand Down

0 comments on commit a028f20

Please sign in to comment.