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 c417467 commit 4e9e270Copy full SHA for 4e9e270
hack/bootstrap-investigation.sh
@@ -19,7 +19,7 @@ fi
19
read -p "Should Investigate Alert (y/n): " INVESTIGATE_ALERT_BOOL
20
if [[ "${INVESTIGATE_ALERT_BOOL}" == "y" ]] ; then
21
read -p "Investigation alert string: " INVESTIGATION_ALERT_STRING
22
- INVESTIGATION_ALERT="strings.Contains(alert, ${INVESTIGATION_ALERT_STRING})"
+ INVESTIGATION_ALERT="strings.Contains(alert, \"${INVESTIGATION_ALERT_STRING}\")"
23
elif [[ "${INVESTIGATE_ALERT_BOOL}" == "n" ]] ; then
24
INVESTIGATION_ALERT="false"
25
else
0 commit comments