Skip to content

Commit ab1c701

Browse files
authored
docs(gschema-overrides): Some minor additional explanation to zz1- prefix recommendation
1 parent de6a0f3 commit ab1c701

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/gschema-overrides/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Optionally, you can include only specific file(s) in the module recipe, if you d
2828

2929
It is highly recommended to use `zz1-` prefix before your gschema.override name, to ensure that your changes are going to be applied.
3030
Gschema overrides which rank higher in alphabetic filename order are the most preferred, hence the recommendation above.
31-
So if you don't see some changes with `zz1-` prefixed gschema override applied, rename the prefix to the higher alphabetic order like `zz2-` or similar.
31+
So if you don't see some changes with `zz1-` prefixed gschema override applied, that's because some other gschema override is more preferred in alphabetic filename.
32+
To solve this, rename the prefix to the higher alphabetic order like `zz2-` or similar.
3233

3334
Also don't forget to rename your file(s) too with this prefix in `files/gschema-overrides/`.
3435

0 commit comments

Comments
 (0)