From 9bce320160a772fb32e8cc5ea612937d8ad6a889 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Fri, 25 Mar 2022 22:12:51 +0800 Subject: Taskfile: fix incorrect sources syntax (#6874) [skip ci] --- Taskfile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index a1dc035b..ca56c847 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -30,9 +30,9 @@ tasks: sources: - gogs.go - internal/**/*.go - - conf/** - - public/** - - templates/** + - conf/**/* + - public/**/* + - templates/**/* generate-schemadoc: desc: Generate database schema documentation -- cgit v1.2.3