mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
fix(matugen): use single quotes for zed template paths (#1972)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
[templates.dmszed]
|
||||
input_path = "SHELL_DIR/matugen/templates/dank-zed.json"
|
||||
output_path = "CONFIG_DIR/zed/themes/dank-zed-theme.json"
|
||||
input_path = 'SHELL_DIR/matugen/templates/dank-zed.json'
|
||||
output_path = 'CONFIG_DIR/zed/themes/dank-zed-theme.json'
|
||||
|
||||
Reference in New Issue
Block a user