Skip to content

Commit

Permalink
Merge pull request #13183 from Security-Onion-Solutions/cogburn/clean…
Browse files Browse the repository at this point in the history
…up-config

Fix unnecessary escaping
  • Loading branch information
coreyogburn authored Jun 12, 2024
2 parents 092f716 + d5ef0e5 commit fac96e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/soc/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ soc:
meta:
description = "";
strings:
$x = \"string\";
$x = "string";
condition:
all of them;
}
Expand Down

0 comments on commit fac96e0

Please sign in to comment.