Skip to content

Commit 4e9e270

Browse files
MateSaarytypeid
andauthored
Update hack/bootstrap-investigation.sh
Co-authored-by: typeid <[email protected]>
1 parent c417467 commit 4e9e270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/bootstrap-investigation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919
read -p "Should Investigate Alert (y/n): " INVESTIGATE_ALERT_BOOL
2020
if [[ "${INVESTIGATE_ALERT_BOOL}" == "y" ]] ; then
2121
read -p "Investigation alert string: " INVESTIGATION_ALERT_STRING
22-
INVESTIGATION_ALERT="strings.Contains(alert, ${INVESTIGATION_ALERT_STRING})"
22+
INVESTIGATION_ALERT="strings.Contains(alert, \"${INVESTIGATION_ALERT_STRING}\")"
2323
elif [[ "${INVESTIGATE_ALERT_BOOL}" == "n" ]] ; then
2424
INVESTIGATION_ALERT="false"
2525
else

0 commit comments

Comments
 (0)