Skip to content

Commit

Permalink
Framework: fix typo in style-model target
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Sep 1, 2023
1 parent 6b46942 commit c8b0222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mk/plugins.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c8b0222

Please sign in to comment.