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 9b9d548 commit 9e044caCopy full SHA for 9e044ca
controls/nginx_spec.rb
@@ -33,11 +33,11 @@
33
conf_paths = [nginx_conf, nginx_hardening]
34
35
options = {
36
- assignment_re: /^\s*([^:]*?)\s*\ \s*(.*?)\s*;$/
+ assignment_regex: /^\s*([^:]*?)\s*\ \s*(.*?)\s*;$/
37
}
38
39
options_add_header = {
40
- assignment_re: /^\s*([^:]*?)\s*\ \s*(.*?)\s*;$/,
+ assignment_regex: /^\s*([^:]*?)\s*\ \s*(.*?)\s*;$/,
41
multiple_values: true
42
43
0 commit comments