From b1fef873facc6bcff3353a4345b47e668b5cd61b Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 25 Oct 2022 08:46:26 +0200 Subject: [PATCH] hotfix: update yaml to kdl in the makefile --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 0906d02f..cf8e2efe 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