Skip to content

Commit 0598871

Browse files
committed
chore(shellcheck): defer fixing the warning for now
1 parent f37d0ed commit 0598871

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/modules/zookeeper/examples/getting_started/code/getting_started.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ kubectl describe configmap simple-znode
125125

126126
cm_output=$(get_configmap)
127127

128+
# shellcheck disable=SC2181 # wont't fix this now, but ideally we should enable bash strict mode so we can avoid success checks.
128129
if [[ $? == 0 ]]; then
129130
echo "ConfigMap retrieved."
130131
else

docs/modules/zookeeper/examples/getting_started/code/getting_started.sh.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ kubectl describe configmap simple-znode
125125

126126
cm_output=$(get_configmap)
127127

128+
# shellcheck disable=SC2181 # wont't fix this now, but ideally we should enable bash strict mode so we can avoid success checks.
128129
if [[ $? == 0 ]]; then
129130
echo "ConfigMap retrieved."
130131
else

0 commit comments

Comments
 (0)