Skip to content

Commit 1816b64

Browse files
committed
Fix scriptSrc to use array format
1 parent ed18eae commit 1816b64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/technologies/p.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6894,7 +6894,9 @@
68946894
"generator": "PrestaShop"
68956895
},
68966896
"oss": true,
6897-
"scriptSrc": "/modules/ps_[a-z]+/",
6897+
"scriptSrc": [
6898+
"/modules/ps_[a-z]+/"
6899+
],
68986900
"scripts": [
68996901
"PrestaShop-"
69006902
],

0 commit comments

Comments
 (0)