From 17540bf4534ad4025841f53f47c01a23a31f7e80 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 28 May 2023 18:59:40 +0200 Subject: [PATCH] just(svgo): look for tmpls in subdirs [skip ci] --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 7219f59..af61a84 100644 --- a/justfile +++ b/justfile @@ -78,7 +78,7 @@ dbstop: # process svg template assets. svgo: - svgo -i templates/svg-*.tmpl + svgo -i templates/svg-*.tmpl -i templates/svg/*.tmpl # check Containerfile with hadolint. hadolint: