Skip to content

Commit 6acc43d

Browse files
author
Jacob Woffenden
authored
we're not american
Signed-off-by: GitHub <noreply@github.com>
1 parent 7e2a896 commit 6acc43d

File tree

1 file changed

+6
-6
lines changed
  • features/src/aws/src/home/vscode/.devcontainer/promptrc.d

1 file changed

+6
-6
lines changed

features/src/aws/src/home/vscode/.devcontainer/promptrc.d/aws-sso-cli.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
PROMPT+='`\
55
case ${AWS_SSO_PROFILE} in \
66
*"development"*|*"sandbox"*) \
7-
color=green \
7+
colour=green \
88
;; \
99
*"test"*) \
10-
color=blue \
10+
colour=blue \
1111
;; \
1212
*"preproduction"*) \
13-
color=yellow \
13+
colour=yellow \
1414
;; \
1515
*"production"*) \
16-
color=red \
16+
colour=red \
1717
;; \
1818
*) \
19-
color=white \
19+
colour=white \
2020
;; \
2121
esac; \
2222
if [[ ! -z ${AWS_SSO_PROFILE} ]]; then \
23-
echo -n "[ aws: %{$fg[$color]%}${AWS_SSO_PROFILE}@${AWS_DEFAULT_REGION}%{$reset_color%} ] "; \
23+
echo -n "[ aws: %{$fg[$colour]%}${AWS_SSO_PROFILE}@${AWS_DEFAULT_REGION}%{$reset_color%} ] "; \
2424
fi
2525
`'

0 commit comments

Comments
 (0)