~ruther/qmk_firmware

c909c4ea50ee6cef77e54f746c11f2c896181e48 — Drashna Jaelre 7 years ago bd4ba8d
Fix Typos in echo
1 files changed, 2 insertions(+), 1 deletions(-)

M util/qmk_install.sh
M util/qmk_install.sh => util/qmk_install.sh +2 -1
@@ 17,5 17,6 @@ case $(uname -a) in
		exec "${util_dir}/msys2_install.sh"
	;;
  *)
    echo "Environment not support. Pleas see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools"
    echo "Environment not supported. Please see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools manually."
  ;;
esac