Skip to content

Commit 017b262

Browse files
committed
fix typo
1 parent a80411a commit 017b262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for i in "Centos","Centos" "Ubuntu","Ubuntu" "Darwin","MacOSX"; do
2828
key=${i%,*}; value=${i#*,};
2929
if [ `python -mplatform | grep -ic $key` == 1 ]; then
3030
platform=$value
31-
echoo ">>> You os is $platform."
31+
echoo ">>> Your os is $platform."
3232
fi
3333
done
3434

0 commit comments

Comments
 (0)