From 284fe69c63cf7e5d6e89067dce4b04c571097948 Mon Sep 17 00:00:00 2001 From: Roms1383 Date: Mon, 13 May 2024 19:59:28 +0700 Subject: [PATCH] :green_heart: fix incorrect indent in justfile --- recipes/archive/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/archive/justfile b/recipes/archive/justfile index 0c418eb8..56d809f5 100644 --- a/recipes/archive/justfile +++ b/recipes/archive/justfile @@ -21,7 +21,7 @@ tree := join('archive', 'pc', 'mod') just pack 'Addicted.VFX' just pack 'Addicted.Biomon' just pack 'Addicted.Translations' - just pack 'Addicted.DrugPump' + just pack 'Addicted.DrugPump' just copy '{{ join(source, "*.archive") }}' '{{ join(TO, tree) }}'; just copy '{{ join(source, "*.xl") }}' '{{ join(TO, tree) }}';