Fix glyphcheck

This commit is contained in:
Alexander Neumann 2017-07-23 15:51:39 +02:00
parent d6118871be
commit 61c5e4b54a
1 changed files with 1 additions and 1 deletions

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