summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-25 08:46:26 +0200
committerAram Drevekenin <aram@poor.dev>2022-10-25 08:46:26 +0200
commitb1fef873facc6bcff3353a4345b47e668b5cd61b (patch)
treefe4a20d40d3c1e950a5ee6ed99cc617e0ee1d631 /Makefile.toml
parent88647ae275df793403ce24e44d585ade934ee35a (diff)
hotfix: update yaml to kdl in the makefile
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 0906d02f2..cf8e2efed 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -170,7 +170,7 @@ workspace = false
dependencies = []
script_runner = "@duckscript"
script = '''
-cp ${ZELLIJ_ASSETS_DIR}/config/default.yaml ${ZELLIJ_EXAMPLE_DIR}/default.yaml
+cp ${ZELLIJ_ASSETS_DIR}/config/default.kdl ${ZELLIJ_EXAMPLE_DIR}/default.kdl
'''
# CI Releasing Zellij