Skip to content

Fix wrong path pattern describing sprite files

Purpose

For submitting jh only svg files, JH is going to create sub folder jh in illustrations and sprite_icons folders in the forking repo(https://jihulab.com/gitlab-cn/gitlab-svgs/), however, a wrong path pattern describing sprite files will make the compile of icon sprite fail, this MR is to fix it.

before:

/sprite_icons**/*/svg

after:

/sprite_icons/**/*/svg

Screenshots

Checklist

For a new icon and/or illustration:

For third-party trademarks:

/cc @daveliu

Edited by Kun Qian

Merge request reports