mirror of https://github.com/knative/client.git
Run github.com/client9/misspell (#1030)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
This commit is contained in:
parent
9b210e3be1
commit
a39903ba78
|
|
@ -694,7 +694,7 @@
|
||||||
| https://github.com/knative/client/pull/401[#401]
|
| 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]
|
| https://github.com/knative/client/pull/389[#389]
|
||||||
|
|
||||||
| 🐛
|
| 🐛
|
||||||
|
|
|
||||||
|
|
@ -298,7 +298,7 @@ apply_emoji_fixes() {
|
||||||
if [ -n "${ITERM_PROFILE:-}" ]; then
|
if [ -n "${ITERM_PROFILE:-}" ]; then
|
||||||
S=" "
|
S=" "
|
||||||
# This issue has been fixed with iTerm2 3.3.7, so let's check for this
|
# 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
|
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#')
|
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)
|
expanded=$(printf '%03d%03d%03d' $args)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue