update comment

This commit is contained in:
Tess Gauthier 2023-02-09 14:34:55 -05:00
parent 43dc5f0319
commit 12f321c8ea

View File

@ -2,7 +2,7 @@
# Placed in the Public Domain. # Placed in the Public Domain.
if [ "$os" == "windows" ]; then if [ "$os" == "windows" ]; then
# Windows, -oControlMaster not supported, but ConnectionTimeout is valid # Win32-OpenSSH does not support -oControlMaster
echo "skipped, multiplexing not supported on windows OS" echo "skipped, multiplexing not supported on windows OS"
exit 0 exit 0
fi fi