Browse Source

Fix Typos in echo

pull/3625/head
Drashna Jaelre 5 years ago
committed by skullydazed
parent
commit
c909c4ea50
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      util/qmk_install.sh

+ 2
- 1
util/qmk_install.sh View File

@ -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

Loading…
Cancel
Save