Taskfile: fix incorrect sources syntax (#6874)

[skip ci]
This commit is contained in:
Joe Chen
2022-03-25 22:12:51 +08:00
committed by GitHub
parent 22fb91cff9
commit 9bce320160

View File

@@ -30,9 +30,9 @@ tasks:
sources:
- gogs.go
- internal/**/*.go
- conf/**
- public/**
- templates/**
- conf/**/*
- public/**/*
- templates/**/*
generate-schemadoc:
desc: Generate database schema documentation