[bitnami/moodle] Fix typo in Goss test (#52318)
Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
parent
4eb795967b
commit
d37974637f
|
|
@ -6,7 +6,7 @@ file:
|
|||
exists: true
|
||||
contents:
|
||||
{{ range $rule := .Vars.apache.rules }}
|
||||
- "{{ $rule }}"
|
||||
- {{ $rule }}
|
||||
{{ end }}
|
||||
/opt/bitnami/php/etc/php.ini:
|
||||
exists: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue