2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 19:10:49 +00:00

Fix glyphcheck

This commit is contained in:
Alexander Neumann 2017-07-23 15:51:39 +02:00
parent d6118871be
commit 61c5e4b54a

View File

@ -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()