mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-22 06:37:43 -04:00
Framework: fix typo in style-model target
This commit is contained in:
parent
6b4694282c
commit
c8b02224f1
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ style-model:
|
|||
@for MODEL in $$(find ${.CURDIR}/src/opnsense/mvc/app/models -depth 3 \
|
||||
-name "*.xml"); do \
|
||||
perl -i -pe 's/<default>(.*?)<\/default>/<Default>$$1<\/Default>/g' $${MODEL}; \
|
||||
perl -i -pe 's/<multiple>(.*?)<\/multiple>/<Multiple>$$1<\/Multiple/g' $${MODEL}; \
|
||||
perl -i -pe 's/<multiple>(.*?)<\/multiple>/<Multiple>$$1<\/Multiple>/g' $${MODEL}; \
|
||||
perl -i -pe 's/<required>(.*?)<\/required>/<Required>$$1<\/Required>/g' $${MODEL}; \
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue