Skip to content

Commit c437cdc

Browse files
committed
Merge branch 'main' of https://github.com/archibate/vimrc
2 parents 5a0f483 + 8dddb23 commit c437cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vim/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ get_linux_distro() {
6969
echo "Gentoo"
7070
elif grep -Eq "alpine" /etc/*-release 2> /dev/null; then
7171
echo "Alpine"
72-
elif [ "x$(uname -s)" == "xDrawin" ]; then
72+
elif [ "x$(uname -s)" == "xDarwin" ]; then
7373
echo "MacOS"
7474
else
7575
echo "Unknown"

0 commit comments

Comments
 (0)