diff options
| author | Drashna Jaelre <drashna@live.com> | 2018-08-11 13:01:01 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-08-11 13:18:36 -0700 |
| commit | c909c4ea50ee6cef77e54f746c11f2c896181e48 (patch) | |
| tree | 9884152b5f5dd57b146dc60e041e6fd8133d153f /util | |
| parent | bd4ba8d1808b11deaf3298cec9a1573fbd5e9cdf (diff) | |
| download | qmk_firmware-c909c4ea50ee6cef77e54f746c11f2c896181e48.tar.gz qmk_firmware-c909c4ea50ee6cef77e54f746c11f2c896181e48.zip | |
Fix Typos in echo
Diffstat (limited to 'util')
| -rwxr-xr-x | util/qmk_install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/qmk_install.sh b/util/qmk_install.sh index fefbc6f86..6f35e4c71 100755 --- a/util/qmk_install.sh +++ b/util/qmk_install.sh | |||
| @@ -17,5 +17,6 @@ case $(uname -a) in | |||
| 17 | exec "${util_dir}/msys2_install.sh" | 17 | exec "${util_dir}/msys2_install.sh" |
| 18 | ;; | 18 | ;; |
| 19 | *) | 19 | *) |
| 20 | echo "Environment not support. Pleas see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools" | 20 | echo "Environment not supported. Please see https://docs.qmk.fm for details on how to configure the QMK Firmware build tools manually." |
| 21 | ;; | ||
| 21 | esac | 22 | esac |
