Run github.com/client9/misspell (#1030)

Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
This commit is contained in:
Matt Moore 2020-09-25 07:45:44 -07:00 committed by GitHub
parent 9b210e3be1
commit a39903ba78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -694,7 +694,7 @@
| https://github.com/knative/client/pull/401[#401]
| 🐛
| Add enviroment variables in alphabetical order for service create/update
| Add environment variables in alphabetical order for service create/update
| https://github.com/knative/client/pull/389[#389]
| 🐛

View File

@ -298,7 +298,7 @@ apply_emoji_fixes() {
if [ -n "${ITERM_PROFILE:-}" ]; then
S=" "
# This issue has been fixed with iTerm2 3.3.7, so let's check for this
# We can remove this code alltogether if iTerm2 3.3.7 is in common usage everywhere
# We can remove this code altogether if iTerm2 3.3.7 is in common usage everywhere
if [ -n "${TERM_PROGRAM_VERSION}" ]; then
args=$(echo $TERM_PROGRAM_VERSION | sed -e 's#[^0-9]*\([0-9]*\)[.]\([0-9]*\)[.]\([0-9]*\)\([0-9A-Za-z-]*\)#\1 \2 \3#')
expanded=$(printf '%03d%03d%03d' $args)