mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 14:17:42 +00:00
Fix glyphcheck
This commit is contained in:
parent
d6118871be
commit
61c5e4b54a
@ -364,7 +364,7 @@ func runGofmt() error {
|
||||
}
|
||||
|
||||
func runGlyphcheck() error {
|
||||
cmd := exec.Command("glyphcheck", "./...")
|
||||
cmd := exec.Command("glyphcheck", "./cmd/...", "./internal/...")
|
||||
cmd.Stderr = os.Stderr
|
||||
|
||||
buf, err := cmd.Output()
|
||||
|
Loading…
Reference in New Issue
Block a user