We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2ea2f commit e4085bdCopy full SHA for e4085bd
logging/bin/deploy_opensearch_content.sh
@@ -23,6 +23,7 @@ fi
23
log_info "Loading Content into OpenSearch"
24
25
# temp file used to capture command output
26
+# shellcheck disable=SC2034
27
tmpfile=$TMP_DIR/output.txt
28
29
# check for pre-reqs
0 commit comments