Skip to content

Commit 7cc7ea2

Browse files
committed
Lint: lowercase start of error message
1 parent d6cc877 commit 7cc7ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func Run(addr, cachePath string, proxy *url.URL) error {
3232
}
3333
if !stat.IsDir() {
3434
logger.Printf("Cache location must be a folder %s\n", cachePath)
35-
return fmt.Errorf("Location not a folder %s", cachePath)
35+
return fmt.Errorf("location not a folder %s", cachePath)
3636
}
3737
logger.Printf("Cache location %s\n", cachePath)
3838

0 commit comments

Comments
 (0)