Commit fa57952 Jacob Woffenden
committed
1 parent b5dda2b commit fa57952 Copy full SHA for fa57952
File tree 2 files changed +2
-1
lines changed
src/aws/src/home/vscode/.devcontainer/promptrc.d
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
+ # shellcheck disable=SC2016
2
3
3
4
PROMPT+=' `\
4
5
if [[ ${AWS_SSO_PROFILE} == *"development"* || ${AWS_SSO_PROFILE} == *"test"* ]]; then \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ check "aws featurerc existence" stat /home/vscode/.devcontainer/featurerc.d/aws.
12
12
check " aws-sso version" aws-sso version
13
13
check " aws-sso configuration existence" stat /home/vscode/.aws-sso/config.yaml
14
14
check " aws-sso featurerc existence" stat /home/vscode/.devcontainer/featurerc.d/aws-sso.sh
15
- # shellcheck disable=SC2034
15
+ # shellcheck disable=SC2015
16
16
check " aws-sso featurerc password" source /home/vscode/.devcontainer/featurerc.d/aws-sso.sh && [[ " ${AWS_SSO_FILE_PASSWORD} " == " REPLACE_ME" ]] && exit 1 || true
17
17
check " aws-sso promptrc existence" stat /home/vscode/.devcontainer/promptrc.d/aws-sso.sh
18
18
You can’t perform that action at this time.
0 commit comments