fix a typo (#2945)

This commit is contained in:
Benjamin Staneck 2018-04-27 14:35:00 +02:00 committed by CHaBou
parent 3627c8ce09
commit 94d23fe407

View file

@ -5,11 +5,11 @@ NAME="Hyper"
HYPER_PATH="$(dirname "$(dirname "$(dirname "$(realpath "$0")")")")"
ELECTRON="$HYPER_PATH/$NAME.exe"
if grep -q Microsoft /proc/version; then
echo "Warning! Due to WSL limitations, you can use CLI commands here. Please use Hyper CLI on cmd, PowerShell or GitBash/CygWin."
echo "Warning! Due to WSL limitations, you can't use CLI commands here. Please use Hyper CLI on cmd, PowerShell or GitBash/CygWin."
echo "Please see: https://github.com/Microsoft/WSL/issues/1494"
echo ""
# If running under WSL don't pass cli.js to Electron as environment vars
# cannot be transferred from WSL to Windows
# If running under WSL don't pass cli.js to Electron, as environment vars
# can't be transferred from WSL to Windows.
# See: https://github.com/Microsoft/BashOnWindows/issues/1363
# https://github.com/Microsoft/BashOnWindows/issues/1494
"$ELECTRON" "$@"