Fix one last usage of GString

This commit is contained in:
Ennui Langeweile 2023-06-08 01:41:15 -03:00
parent 38c0031bbe
commit 5b9300fe24
No known key found for this signature in database
GPG Key ID: 688A9E714BCD13B2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ processResources {
inputs.property 'version', version
filesMatching('quilt.mod.json') {
expand "version": version
expand 'version': version
}
}