From 64fbdf908fd82d5113533468e6d621566ee16d33 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Sun, 10 Sep 2023 20:06:11 +0200 Subject: [PATCH] chore: fix justfile rockspec_file --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 87da3e3..0573d75 100644 --- a/justfile +++ b/justfile @@ -4,7 +4,7 @@ lua := "lua" + " -l set_paths" tl := "tl run" + " -l set_paths" rocks_tree := "lua_modules" -rockspec_file := "awesomewm.d.tl-dev-1.rockspec" +rockspec_file := "awesomewm-d-tl-dev-1.rockspec" lua_targets := `find src/ -type f -iname '*.lua' | xargs` + " " + `ls *.lua | xargs` teal_targets := `find src/ types/ -type f -iname '*.tl' | xargs`